arm: dts: rockchip: rk322x: fix uboot find hdmi connector node fail

Change-Id: Ic1747a8d760ff6efd2fa458464f6aab5157d0170
Signed-off-by: Huicong Xu <xhc@rock-chips.com>
This commit is contained in:
Huicong Xu
2018-02-26 11:13:01 +08:00
committed by Tao Huang
parent 2ba3b09d6b
commit fd1c248b92

View File

@@ -878,9 +878,14 @@
rockchip,grf = <&grf>;
status = "disabled";
port {
hdmi_in_vop: endpoint {
remote-endpoint = <&vop_out_hdmi>;
ports {
hdmi_in: port {
#address-cells = <1>;
#size-cells = <0>;
hdmi_in_vop: endpoint@0 {
reg = <0>;
remote-endpoint = <&vop_out_hdmi>;
};
};
};
};