arm64: dts: rockchip: rk3568: Fix graph node unit address error

arch/arm64/boot/dts/rockchip/rk3568.dtsi:1905.18-1920.6: Warning
(graph_port): /hdmi@fe0a0000/ports/port: graph node unit address error,
expected "0"

Fixes: 1c82b603e3 ("arm64: dts: rockchip: rk3568: Add display subsystem dt node")
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: Id74c8d74f62885b445a91143038dbc1a07ab9881
This commit is contained in:
Wyon Bi
2021-09-27 08:57:20 +08:00
committed by Tao Huang
parent 2ab2d84fc0
commit 0693dbf46c

View File

@@ -1902,7 +1902,7 @@
#address-cells = <1>;
#size-cells = <0>;
hdmi_in: port {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
@@ -1912,6 +1912,7 @@
remote-endpoint = <&vp0_out_hdmi>;
status = "disabled";
};
hdmi_in_vp1: endpoint@1 {
reg = <1>;
remote-endpoint = <&vp1_out_hdmi>;