summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9rlek.dts
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2019-05-16 17:56:14 -0500
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-07-21 23:42:22 +0200
commit8a6836ee384909ae01e3bd0731d082e0e6667e54 (patch)
tree35f2bfcc8602058f5c1b22d48ff4e388cec357a8 /arch/arm/boot/dts/at91sam9rlek.dts
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
ARM: dts: at91: Avoid colliding 'display' node and property names
While properties and child nodes with the same name are valid DT, the practice is not encouraged. Furthermore, the collision is problematic for YAML encoded DT. Let's just avoid the issue and rename the nodes. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20190516225614.1458-1-robh@kernel.org Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9rlek.dts')
-rw-r--r--arch/arm/boot/dts/at91sam9rlek.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
index 3a3869444fdc..0de75d3c4f18 100644
--- a/arch/arm/boot/dts/at91sam9rlek.dts
+++ b/arch/arm/boot/dts/at91sam9rlek.dts
@@ -36,7 +36,7 @@
display = <&display0>;
status = "okay";
- display0: display {
+ display0: panel {
bits-per-pixel = <16>;
atmel,lcdcon-backlight;
atmel,dmacon = <0x1>;