]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Fix node name for ds35/36 leds
authorMichal Simek <michal.simek@xilinx.com>
Fri, 6 Aug 2021 09:12:56 +0000 (11:12 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 12 Aug 2021 10:41:20 +0000 (12:41 +0200)
By dt-binding specs led nodes should have -led suffix that's why add it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lists.denx.de/pipermail/u-boot/2021-August/457344.html
State: waiting

arch/arm/dts/zynqmp-sm-k26-revA.dts

index ad2b029def4dbc0ababa41a4df1cb96c271030b2..e274100a9bc5c7359b60522395f23f802613948d 100644 (file)
 
        leds {
                compatible = "gpio-leds";
-               ds35 {
+               ds35-led {
                        label = "heartbeat";
                        gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                };
 
-               ds36 {
+               ds36-led {
                        label = "vbus_det";
                        gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
                        default-state = "on";