linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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: Vicente Bergas, Heiko Stuebner, linux-kernel, linux-rockchip,
	Rob Herring, Mark Rutland, 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


^ 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: Vicente Bergas, Heiko Stuebner, linux-kernel, linux-rockchip,
	Rob Herring, Mark Rutland, kernel, linux-arm-kernel,
	Brian Norris, Klaus Goger, Dmitry Torokhov, Viresh Kumar

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


^ 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: Vicente Bergas, Heiko Stuebner, linux-kernel, linux-rockchip,
	Rob Herring, Mark Rutland, kernel, linux-arm-kernel, Klaus Goger,
	Douglas Anderson, Shawn Lin, Matthias Brugger

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


^ 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: devicetree, Vicente Bergas, linux-kernel, linux-rockchip,
	Rob Herring, Mark Rutland, 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



^ 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).