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:
Aaron Kling
2025-04-08 01:38:54 -05:00
committed by Thomas Makin
parent bca7de3c9e
commit 3eb493ef4f
2 changed files with 2 additions and 2 deletions

View File

@@ -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>;

View File

@@ -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>;