Message ID | 20190126103730.3883-1-enric.balletbo@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning | expand |
Am Samstag, 26. Januar 2019, 11:37:28 CET schrieb Enric Balletbo i Serra: > 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 warning: > > 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' > > Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> I've squashed all 3 into one and applied the result as fix for 5.0 Thanks Heiko
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts b/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts index 1ee0dc0d9f10..d1cf404b8708 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts @@ -22,7 +22,7 @@ backlight = <&backlight>; power-supply = <&pp3300_disp>; - ports { + port { panel_in_edp: endpoint { remote-endpoint = <&edp_out_panel>; };
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 warning: 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' Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> --- arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)