From: Krzysztof Kozlowski Date: Thu, 16 Jun 2022 00:53:05 +0000 (-0700) Subject: arm64: dts: marvell: armada-3720: align lednode names with dtschema X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2b090180dced85ccf27f276c1b6c9521d4c4120e;p=linux.git arm64: dts: marvell: armada-3720: align lednode names with dtschema The node names should be generic and DT schema expects certain pattern with 'led'. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220616005333.18491-12-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts index 6721b9b4cf5cb..de8d0cfa4cb42 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts @@ -35,7 +35,7 @@ leds { compatible = "gpio-leds"; - red { + led { label = "mox:red:activity"; gpios = <&gpiosb 21 GPIO_ACTIVE_LOW>; linux,default-trigger = "default-on";