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

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>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
1bad8bca 34caa126

+5 -5
+1 -1
arch/arm/boot/dts/imx51-apf51dev.dts
··· 63 63 leds { 64 64 compatible = "gpio-leds"; 65 65 66 - user { 66 + led-user { 67 67 label = "Heartbeat"; 68 68 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; 69 69 linux,default-trigger = "heartbeat";
+1 -1
arch/arm/boot/dts/imx53-qsb-common.dtsi
··· 71 71 pinctrl-names = "default"; 72 72 pinctrl-0 = <&led_pin_gpio7_7>; 73 73 74 - user { 74 + led-user { 75 75 label = "Heartbeat"; 76 76 gpios = <&gpio7 7 0>; 77 77 linux,default-trigger = "heartbeat";
+1 -1
arch/arm/boot/dts/imx6q-novena.dts
··· 99 99 pinctrl-names = "default"; 100 100 pinctrl-0 = <&pinctrl_leds_novena>; 101 101 102 - heartbeat { 102 + led-heartbeat { 103 103 label = "novena:white:panel"; 104 104 gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; 105 105 linux,default-trigger = "default-on";
+1 -1
arch/arm/boot/dts/imx7d-zii-rmu2.dts
··· 24 24 pinctrl-0 = <&pinctrl_leds_debug>; 25 25 pinctrl-names = "default"; 26 26 27 - debug { 27 + led-debug { 28 28 label = "zii:green:debug1"; 29 29 gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; 30 30 linux,default-trigger = "heartbeat";
+1 -1
arch/arm/boot/dts/imx7d-zii-rpu2.dts
··· 36 36 pinctrl-0 = <&pinctrl_leds_debug>; 37 37 pinctrl-names = "default"; 38 38 39 - debug { 39 + led-debug { 40 40 label = "zii:green:debug1"; 41 41 gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; 42 42 linux,default-trigger = "heartbeat";