arm64: tegra: Add fallback cec compatibles
The tegra_cec driver only declares support up to Tegra210 and will not declare support for Tegra186 or Tegra194. Thus list a fallback compatible for these archs to tegra210-cec as they work as-is with the existing driver. Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
@@ -1183,7 +1183,7 @@
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
compatible = "nvidia,tegra186-cec";
|
||||
compatible = "nvidia,tegra186-cec", "nvidia,tegra210-cec";
|
||||
reg = <0x0 0x03960000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bpmp TEGRA186_CLK_CEC>;
|
||||
|
||||
@@ -1339,7 +1339,7 @@
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
compatible = "nvidia,tegra194-cec";
|
||||
compatible = "nvidia,tegra194-cec", "nvidia,tegra210-cec";
|
||||
reg = <0x0 0x03960000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bpmp TEGRA194_CLK_CEC>;
|
||||
|
||||
Reference in New Issue
Block a user