[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190126103730.3883-1-enric.balletbo@collabora.com>
Date: Sat, 26 Jan 2019 11:37:28 +0100
From: Enric Balletbo i Serra <enric.balletbo@...labora.com>
To: devicetree@...r.kernel.org
Cc: Vicente Bergas <vicencb@...il.com>,
Heiko Stuebner <heiko@...ech.de>, linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>, kernel@...labora.com,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 1/3] arm64: dts: rockchip: fix rk3300-gru-bob graph_port warning
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@...labora.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
Powered by blists - more mailing lists