mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-03 01:46:16 -04:00
arm64: tegra: Add CEC controller on Tegra186
The CEC controller found on Tegra186 can be used to control consumer devices using the HDMI CEC pin. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -352,6 +352,15 @@ gic: interrupt-controller@3881000 {
|
||||
interrupt-parent = <&gic>;
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
compatible = "nvidia,tegra186-cec";
|
||||
reg = <0x0 0x03960000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bpmp TEGRA186_CLK_CEC>;
|
||||
clock-names = "cec";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hsp_top0: hsp@3c00000 {
|
||||
compatible = "nvidia,tegra186-hsp";
|
||||
reg = <0x0 0x03c00000 0x0 0xa0000>;
|
||||
|
||||
Reference in New Issue
Block a user