arm64: tegra: Add CEC controller on Tegra210
The CEC controller found on Tegra210 can be used to control consumer devices using the HDMI CEC pin. Signed-off-by: Aaron Kling <webgeek1234@gmail.com> Link: https://lore.kernel.org/r/20250413-tegra-cec-v4-3-b6337b66ccad@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -949,6 +949,15 @@
|
||||
reset-names = "fuse";
|
||||
};
|
||||
|
||||
cec@70015000 {
|
||||
compatible = "nvidia,tegra210-cec";
|
||||
reg = <0x0 0x070015000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&tegra_car TEGRA210_CLK_CEC>;
|
||||
clock-names = "cec";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mc: memory-controller@70019000 {
|
||||
compatible = "nvidia,tegra210-mc";
|
||||
reg = <0x0 0x70019000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user