arm64: dts: xilinx: align LED node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 25 Nov 2022 14:41:36 +0000 (15:41 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 5 Jan 2023 08:53:33 +0000 (09:53 +0100)
The node names should be generic and DT schema expects certain pattern:

  xilinx/zynqmp-zcu100-revC.dtb: leds: 'vbus-det' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221125144136.477171-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts

index d61a297..6948fd4 100644 (file)
@@ -86,7 +86,7 @@
                        linux,default-trigger = "bluetooth-power";
                };
 
-               vbus-det { /* U5 USB5744 VBUS detection via MIO25 */
+               led-vbus-det { /* U5 USB5744 VBUS detection via MIO25 */
                        label = "vbus_det";
                        gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
                        default-state = "on";