Skip to content

Commit 26cd865

Browse files
Enric Balletbo i Serrammind
authored andcommitted
arm64: dts: rockchip: fix graph_port warning on rk3399 bob kevin and excavator
Ports are described by child 'port' nodes contained in the device node. 'ports' is optional and is used to group all 'port' nodes which is not the case here. This patch fixes the following warnings: arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5: Warningi (graph_port): /edp-panel/ports: graph port node name should be 'port' arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent bfeffd1 commit 26cd865

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
backlight = <&backlight>;
2323
power-supply = <&pp3300_disp>;
2424

25-
ports {
25+
port {
2626
panel_in_edp: endpoint {
2727
remote-endpoint = <&edp_out_panel>;
2828
};

arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
backlight = <&backlight>;
4444
power-supply = <&pp3300_disp>;
4545

46-
ports {
46+
port {
4747
panel_in_edp: endpoint {
4848
remote-endpoint = <&edp_out_panel>;
4949
};

arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
pinctrl-0 = <&lcd_panel_reset>;
9292
power-supply = <&vcc3v3_s0>;
9393

94-
ports {
94+
port {
9595
panel_in_edp: endpoint {
9696
remote-endpoint = <&edp_out_panel>;
9797
};

0 commit comments

Comments
 (0)