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