Commit 5aab66e3 authored by Alex Bee's avatar Alex Bee Committed by Heiko Stuebner

ARM: dts: rockchip: Enable HDMI output for XPI-3128

Add an hdmi-connector node and enable the hdmi, display-subsystem and vop
nodes.
Signed-off-by: default avatarAlex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20231222174220.55249-30-knaerzche@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3fd6e33f
...@@ -47,6 +47,17 @@ dc_5v: dc-5v-regulator { ...@@ -47,6 +47,17 @@ dc_5v: dc-5v-regulator {
regulator-boot-on; regulator-boot-on;
}; };
hdmi-connnector {
compatible = "hdmi-connector";
type = "a";
port {
hdmi_connector_in: endpoint {
remote-endpoint = <&hdmi_connector_out>;
};
};
};
/* /*
* This is a vbus-supply, which also supplies the GL852G usb hub, * This is a vbus-supply, which also supplies the GL852G usb hub,
* thus has to be always-on * thus has to be always-on
...@@ -239,6 +250,10 @@ &cpu0 { ...@@ -239,6 +250,10 @@ &cpu0 {
cpu-supply = <&vdd_arm>; cpu-supply = <&vdd_arm>;
}; };
&display_subsystem {
status = "okay";
};
&emmc { &emmc {
bus-width = <8>; bus-width = <8>;
vmmc-supply = <&vcc_io>; vmmc-supply = <&vcc_io>;
...@@ -328,6 +343,16 @@ &gpu { ...@@ -328,6 +343,16 @@ &gpu {
status = "okay"; status = "okay";
}; };
&hdmi {
status = "okay";
};
&hdmi_out {
hdmi_connector_out: endpoint {
remote-endpoint = <&hdmi_connector_in>;
};
};
&mdio { &mdio {
phy0: ethernet-phy@1 { phy0: ethernet-phy@1 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
...@@ -423,3 +448,7 @@ &usb2phy_host { ...@@ -423,3 +448,7 @@ &usb2phy_host {
&usb2phy_otg { &usb2phy_otg {
status = "okay"; status = "okay";
}; };
&vop {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment