diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-06-09 14:39:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-19 11:10:26 +0300 |
commit | 82cb850653e8da1c62d02b9d3803881ec630e941 (patch) | |
tree | 81cbe2a5c0c33382085a4c923b2f464ce493f1d3 /arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts | |
parent | b803d15e89f9f9dcbb87f5f98f175c34da4f7961 (diff) | |
download | linux-82cb850653e8da1c62d02b9d3803881ec630e941.tar.xz |
arm64: dts: freescale: align led node names with dtschema
The node names should be generic and DT schema expects certain pattern
with 'led'.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts index aa38f5379558..ef6c8967533e 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts @@ -52,17 +52,17 @@ leds { compatible = "gpio-leds"; - sfp1down { + led-0 { label = "ten64:green:sfp1:down"; gpios = <&gpio3 11 GPIO_ACTIVE_HIGH>; }; - sfp2up { + led-1 { label = "ten64:green:sfp2:up"; gpios = <&gpio3 12 GPIO_ACTIVE_HIGH>; }; - admin { + led-2 { label = "ten64:admin"; gpios = <&sfpgpio 12 GPIO_ACTIVE_HIGH>; }; |