diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-08-10 14:10:07 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-08-22 09:17:31 +0800 |
commit | 1bad8bca9020472553a4db6bf9e1ee149fe97f03 (patch) | |
tree | bdaef65fb3fe8f85c7e71f79da917607d4ed671b /arch/arm/boot/dts/imx51-apf51dev.dts | |
parent | 34caa12608b6b1376e5e3f51ac63d0ff7e128704 (diff) | |
download | linux-1bad8bca9020472553a4db6bf9e1ee149fe97f03.tar.gz |
ARM: dts: imx: align LED node names with dtschema
The node names should be generic and DT schema expects certain pattern.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-apf51dev.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-apf51dev.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-apf51dev.dts b/arch/arm/boot/dts/imx51-apf51dev.dts index c66f274ba4e9..b61d55ca1467 100644 --- a/arch/arm/boot/dts/imx51-apf51dev.dts +++ b/arch/arm/boot/dts/imx51-apf51dev.dts @@ -63,7 +63,7 @@ leds { compatible = "gpio-leds"; - user { + led-user { label = "Heartbeat"; gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; |