[PATCH 6/8] ARM: dts: imx7d-peb-av-02: Fix dtc warning
Sascha Hauer
s.hauer at pengutronix.de
Thu Mar 2 02:39:41 PST 2023
"display" is both a property and a node name. Rename the node to avoid
dtc warnings.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/dts/imx7d-peb-av-02.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx7d-peb-av-02.dtsi b/arch/arm/dts/imx7d-peb-av-02.dtsi
index dcf117c71a..2e5af755bb 100644
--- a/arch/arm/dts/imx7d-peb-av-02.dtsi
+++ b/arch/arm/dts/imx7d-peb-av-02.dtsi
@@ -72,7 +72,7 @@
lcd-supply = <&lcd_3v3>;
status = "disabled";
- display0: display {
+ display0: display0 {
bits-per-pixel = <32>;
bus-width = <24>;
--
2.30.2
More information about the barebox
mailing list