Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx: e60k02: correct led node name

Only led-X or led are allowed according to bindings definition.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andreas Kemnade and committed by
Shawn Guo
31ffe01e 5cbd3a63

+1 -1
+1 -1
arch/arm/boot/dts/e60k02.dtsi
··· 41 41 leds: leds { 42 42 compatible = "gpio-leds"; 43 43 44 - on { 44 + led { 45 45 label = "e60k02:white:on"; 46 46 gpios = <&gpio5 7 GPIO_ACTIVE_LOW>; 47 47 linux,default-trigger = "timer";