diff options
| author | Krzysztof Kozlowski <[email protected]> | 2022-11-25 15:41:36 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-03-09 13:15:00 +0100 |
| commit | b4b2f7bb5f9b33d60bafd1f1c8bf2616771fd3de (patch) | |
| tree | fdf423cbd069cf1cd093a64654f6724dadef4478 | |
| parent | a09d9278a56a49c736636d44c681f6287199023d (diff) | |
arm64: dts: xilinx: align LED node names with dtschema
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp-zcu100-revC.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu100-revC.dts b/arch/arm/dts/zynqmp-zcu100-revC.dts index eea703ab67e..742a5398646 100644 --- a/arch/arm/dts/zynqmp-zcu100-revC.dts +++ b/arch/arm/dts/zynqmp-zcu100-revC.dts @@ -95,7 +95,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"; |
