ARM: zynq: Fix leds subnode name for zc702/zybo-z7
authorMichal Simek <michal.simek@xilinx.com>
Thu, 26 Nov 2020 13:25:02 +0000 (14:25 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 9 Dec 2020 14:18:28 +0000 (15:18 +0100)
Fix the leds subnode names to match (^led-[0-9a-f]$|led).

Similar change has been also done by commit 9a19a39ee48b ("arm64: dts:
zynqmp: Fix leds subnode name for zcu100/ultra96 v1").

The patch is fixing these warnings:
.../zynq-zc702.dt.yaml: leds: 'ds23' does not match any of the regexes:
'(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'
>From schema: .../Documentation/devicetree/bindings/leds/leds-gpio.yaml
.../zynq-zybo-z7.dt.yaml: gpio-leds: 'ld4' does not match any of the
regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'
>From schema: .../Documentation/devicetree/bindings/leds/leds-gpio.yaml

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/607a66783b129294364abf09a6fc8abd241ff4ee.1606397101.git.michal.simek@xilinx.com
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zybo-z7.dts

index 27cd6cb52f1ba33607db41ce80c6fb502a55837f..10a7d0b8cf8b9df45a45d5438ffb316518cbfe51 100644 (file)
@@ -49,7 +49,7 @@
        leds {
                compatible = "gpio-leds";
 
-               ds23 {
+               led-ds23 {
                        label = "ds23";
                        gpios = <&gpio0 10 0>;
                        linux,default-trigger = "heartbeat";
index 357b78a5c11b16aaaffc774bad9fdbe48c69dd9a..7b87e10d3953b46b14fa01b574b2c91be91e1c57 100644 (file)
@@ -25,7 +25,7 @@
        gpio-leds {
                compatible = "gpio-leds";
 
-               ld4 {
+               led-ld4 {
                        label = "zynq-zybo-z7:green:ld4";
                        gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
                };