* [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning
@ 2019-01-26 10:37 Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 2/3] arm64: dts: rockchip: fix rk3399-gru-kevin " Enric Balletbo i Serra
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2019-01-26 10:37 UTC (permalink / raw)
To: devicetree
Cc: Mark Rutland, Heiko Stuebner, linux-kernel, Vicente Bergas,
linux-rockchip, Rob Herring, kernel, linux-arm-kernel
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(-)
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>;
};
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] arm64: dts: rockchip: fix rk3399-gru-kevin graph_port warning
2019-01-26 10:37 [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning Enric Balletbo i Serra
@ 2019-01-26 10:37 ` Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 3/3] arm64: dts: rockchip: fix rk3399-sapphire-excavator " Enric Balletbo i Serra
2019-01-27 21:08 ` [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob " Heiko Stuebner
2 siblings, 0 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2019-01-26 10:37 UTC (permalink / raw)
To: devicetree
Cc: Mark Rutland, Dmitry Torokhov, Heiko Stuebner, Viresh Kumar,
Brian Norris, linux-kernel, Vicente Bergas, linux-rockchip,
Rob Herring, Klaus Goger, kernel, linux-arm-kernel
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-kevin.dts:46.9-50.5: Warningi (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-kevin.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
index 81e73103fa78..15e254a77391 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
@@ -43,7 +43,7 @@
backlight = <&backlight>;
power-supply = <&pp3300_disp>;
- ports {
+ port {
panel_in_edp: endpoint {
remote-endpoint = <&edp_out_panel>;
};
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] arm64: dts: rockchip: fix rk3399-sapphire-excavator graph_port warning
2019-01-26 10:37 [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 2/3] arm64: dts: rockchip: fix rk3399-gru-kevin " Enric Balletbo i Serra
@ 2019-01-26 10:37 ` Enric Balletbo i Serra
2019-01-27 21:08 ` [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob " Heiko Stuebner
2 siblings, 0 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2019-01-26 10:37 UTC (permalink / raw)
To: devicetree
Cc: Mark Rutland, Matthias Brugger, Heiko Stuebner, Shawn Lin,
linux-kernel, Vicente Bergas, Douglas Anderson, linux-rockchip,
Rob Herring, Klaus Goger, kernel, linux-arm-kernel
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-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>
---
arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts
index 0b8f1edbd746..b48a63c3efc3 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts
@@ -91,7 +91,7 @@
pinctrl-0 = <&lcd_panel_reset>;
power-supply = <&vcc3v3_s0>;
- ports {
+ port {
panel_in_edp: endpoint {
remote-endpoint = <&edp_out_panel>;
};
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning
2019-01-26 10:37 [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 2/3] arm64: dts: rockchip: fix rk3399-gru-kevin " Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 3/3] arm64: dts: rockchip: fix rk3399-sapphire-excavator " Enric Balletbo i Serra
@ 2019-01-27 21:08 ` Heiko Stuebner
2 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2019-01-27 21:08 UTC (permalink / raw)
To: Enric Balletbo i Serra
Cc: Mark Rutland, devicetree, linux-kernel, Vicente Bergas,
linux-rockchip, Rob Herring, kernel, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-27 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-26 10:37 [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 2/3] arm64: dts: rockchip: fix rk3399-gru-kevin " Enric Balletbo i Serra
2019-01-26 10:37 ` [PATCH 3/3] arm64: dts: rockchip: fix rk3399-sapphire-excavator " Enric Balletbo i Serra
2019-01-27 21:08 ` [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob " Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).