summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun5i-gr8-chip-pro.dts
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2023-01-01 01:58:53 +0300
committerJernej Skrabec <jernej.skrabec@gmail.com>2023-01-28 00:34:32 +0300
commita5978fb368cacf1fc8d2780624d01cd0123c0f89 (patch)
tree90e9ddebb327e9e66d80929c30b80e008bd35a1f /arch/arm/boot/dts/sun5i-gr8-chip-pro.dts
parent04961fbe8e17d30d08fc884d39dd06cdc95a22bd (diff)
downloadlinux-a5978fb368cacf1fc8d2780624d01cd0123c0f89.tar.xz
ARM: dts: sunxi: Fix GPIO LED node names
These board devicetrees fail to validate because the gpio-leds schema requires its child nodes to have "led" in the node name. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://lore.kernel.org/r/20221231225854.16320-1-samuel@sholland.org Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-gr8-chip-pro.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-gr8-chip-pro.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-gr8-chip-pro.dts b/arch/arm/boot/dts/sun5i-gr8-chip-pro.dts
index a32cde3e32eb..5c3562b85a5b 100644
--- a/arch/arm/boot/dts/sun5i-gr8-chip-pro.dts
+++ b/arch/arm/boot/dts/sun5i-gr8-chip-pro.dts
@@ -70,7 +70,7 @@
leds {
compatible = "gpio-leds";
- status {
+ led-0 {
label = "chip-pro:white:status";
gpios = <&axp_gpio 2 GPIO_ACTIVE_HIGH>;
default-state = "on";