mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
arm64: tegra: Wire up CEC to devkits
This enables HDMI CEC and routes it to the HDMI port on all supported Tegra210, Tegra186, and Tegra194 devkits. Signed-off-by: Aaron Kling <webgeek1234@gmail.com> Link: https://lore.kernel.org/r/20250413-tegra-cec-v4-4-b6337b66ccad@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
e0f863036a
commit
20440c7f90
|
|
@ -2394,6 +2394,12 @@ usb@3550000 {
|
|||
phy-names = "usb2-0";
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
i2c@c250000 {
|
||||
/* carrier board ID EEPROM */
|
||||
eeprom@57 {
|
||||
|
|
|
|||
|
|
@ -714,6 +714,12 @@ usb@3550000 {
|
|||
phy-names = "usb2-0";
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
hsp@3c00000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2121,6 +2121,12 @@ usb@3610000 {
|
|||
phy-names = "usb2-0", "usb2-1", "usb2-3", "usb3-0", "usb3-2", "usb3-3";
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor2>;
|
||||
};
|
||||
|
||||
i2c@c240000 {
|
||||
typec@8 {
|
||||
compatible = "cypress,cypd4226";
|
||||
|
|
|
|||
|
|
@ -2174,6 +2174,12 @@ usb@3610000 {
|
|||
phy-names = "usb2-1", "usb2-2", "usb3-2";
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
host1x@13e00000 {
|
||||
display-hub@15200000 {
|
||||
status = "okay";
|
||||
|
|
|
|||
|
|
@ -90,6 +90,12 @@ eeprom@57 {
|
|||
};
|
||||
};
|
||||
|
||||
cec@70015000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
clock@70110000 {
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -419,6 +419,12 @@ pmc@7000e400 {
|
|||
nvidia,sys-clock-req-active-high;
|
||||
};
|
||||
|
||||
cec@70015000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
hda@70030000 {
|
||||
nvidia,model = "NVIDIA Jetson Nano HDA";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user