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>
This commit is contained in:
@@ -2394,6 +2394,12 @@
|
||||
phy-names = "usb2-0";
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
i2c@c250000 {
|
||||
/* carrier board ID EEPROM */
|
||||
eeprom@57 {
|
||||
|
||||
@@ -712,6 +712,12 @@
|
||||
phy-names = "usb2-0";
|
||||
};
|
||||
|
||||
cec@3960000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
hsp@3c00000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -2121,6 +2121,12 @@
|
||||
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 @@
|
||||
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 @@
|
||||
};
|
||||
};
|
||||
|
||||
cec@70015000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
clock@70110000 {
|
||||
status = "okay";
|
||||
|
||||
|
||||
@@ -429,6 +429,12 @@
|
||||
nvidia,sys-clock-req-active-high;
|
||||
};
|
||||
|
||||
cec@70015000 {
|
||||
status = "okay";
|
||||
|
||||
hdmi-phandle = <&sor1>;
|
||||
};
|
||||
|
||||
hda@70030000 {
|
||||
nvidia,model = "NVIDIA Jetson Nano HDA";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user