mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user