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

ARM: dts: vf610: 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>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
c585dde3 4b0d1f27

+3 -3
+1 -1
arch/arm/boot/dts/vf610-bk4.dts
··· 38 38 pinctrl-0 = <&pinctrl_gpio_leds>; 39 39 40 40 /* LED D5 */ 41 - led0: heartbeat { 41 + led0: led-heartbeat { 42 42 label = "heartbeat"; 43 43 gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>; 44 44 default-state = "on";
+1 -1
arch/arm/boot/dts/vf610-zii-dev.dtsi
··· 59 59 pinctrl-0 = <&pinctrl_leds_debug>; 60 60 pinctrl-names = "default"; 61 61 62 - debug { 62 + led-debug { 63 63 label = "zii:green:debug1"; 64 64 gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>; 65 65 linux,default-trigger = "heartbeat";
+1 -1
arch/arm/boot/dts/vf610-zii-scu4-aib.dts
··· 23 23 pinctrl-0 = <&pinctrl_leds_debug>; 24 24 pinctrl-names = "default"; 25 25 26 - debug { 26 + led-debug { 27 27 label = "zii:green:debug1"; 28 28 gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>; 29 29 linux,default-trigger = "heartbeat";