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

ARM: dts: omap: align LED node names with dtschema

The node names should be generic and DT schema expects certain pattern:

omap3-beagle-ab4.dtb: leds: 'heartbeat', 'mmc', 'pmu_stat' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Acked-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20221127203034.54092-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+26 -26
+3 -3
arch/arm/boot/dts/omap3-beagle.dts
··· 28 28 29 29 leds { 30 30 compatible = "gpio-leds"; 31 - pmu_stat { 31 + led-pmu-stat { 32 32 label = "beagleboard::pmu_stat"; 33 33 gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */ 34 34 }; 35 35 36 - heartbeat { 36 + led-heartbeat { 37 37 label = "beagleboard::usr0"; 38 38 gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* 150 -> D6 LED */ 39 39 linux,default-trigger = "heartbeat"; 40 40 }; 41 41 42 - mmc { 42 + led-mmc { 43 43 label = "beagleboard::usr1"; 44 44 gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>; /* 149 -> D7 LED */ 45 45 linux,default-trigger = "mmc0";
+4 -4
arch/arm/boot/dts/omap3-devkit8000-common.dtsi
··· 15 15 leds { 16 16 compatible = "gpio-leds"; 17 17 18 - heartbeat { 18 + led-heartbeat { 19 19 label = "devkit8000::led1"; 20 20 gpios = <&gpio6 26 GPIO_ACTIVE_HIGH>; /* 186 -> LED1 */ 21 21 default-state = "on"; 22 22 linux,default-trigger = "heartbeat"; 23 23 }; 24 24 25 - mmc { 25 + led-mmc { 26 26 label = "devkit8000::led2"; 27 27 gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 -> LED2 */ 28 28 default-state = "on"; 29 29 linux,default-trigger = "none"; 30 30 }; 31 31 32 - usr { 32 + led-usr { 33 33 label = "devkit8000::led3"; 34 34 gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* 164 -> LED3 */ 35 35 default-state = "on"; 36 36 linux,default-trigger = "usr"; 37 37 }; 38 38 39 - pmu_stat { 39 + led-pmu-stat { 40 40 label = "devkit8000::pmu_stat"; 41 41 gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */ 42 42 };
+1 -1
arch/arm/boot/dts/omap3-n900.dts
··· 49 49 50 50 leds { 51 51 compatible = "gpio-leds"; 52 - heartbeat { 52 + led-heartbeat { 53 53 label = "debug::sleep"; 54 54 gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* 162 */ 55 55 linux,default-trigger = "default-on";
+4 -4
arch/arm/boot/dts/omap3-overo-alto35-common.dtsi
··· 17 17 compatible = "gpio-leds"; 18 18 pinctrl-names = "default"; 19 19 pinctrl-0 = <&led_pins>; 20 - gpio148 { 20 + led-gpio148 { 21 21 label = "overo:red:gpio148"; 22 22 gpios = <&gpio5 20 GPIO_ACTIVE_HIGH>; /* gpio 148 */ 23 23 }; 24 - gpio150 { 24 + led-gpio150 { 25 25 label = "overo:yellow:gpio150"; 26 26 gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* gpio 150 */ 27 27 }; 28 - gpio151 { 28 + led-gpio151 { 29 29 label = "overo:blue:gpio151"; 30 30 gpios = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* gpio 151 */ 31 31 }; 32 - gpio170 { 32 + led-gpio170 { 33 33 label = "overo:green:gpio170"; 34 34 gpios = <&gpio6 10 GPIO_ACTIVE_HIGH>; /* gpio 170 */ 35 35 };
+2 -2
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
··· 17 17 compatible = "gpio-leds"; 18 18 pinctrl-names = "default"; 19 19 pinctrl-0 = <&led_pins>; 20 - heartbeat { 20 + led-heartbeat { 21 21 label = "overo:red:gpio21"; 22 22 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */ 23 23 linux,default-trigger = "heartbeat"; 24 24 }; 25 - gpio22 { 25 + led-gpio22 { 26 26 label = "overo:blue:gpio22"; 27 27 gpios = <&gpio1 22 GPIO_ACTIVE_LOW>; /* gpio_22 */ 28 28 };
+2 -2
arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
··· 17 17 compatible = "gpio-leds"; 18 18 pinctrl-names = "default"; 19 19 pinctrl-0 = <&led_pins>; 20 - heartbeat { 20 + led-heartbeat { 21 21 label = "overo:red:gpio21"; 22 22 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */ 23 23 linux,default-trigger = "heartbeat"; 24 24 }; 25 - gpio22 { 25 + led-gpio22 { 26 26 label = "overo:blue:gpio22"; 27 27 gpios = <&gpio1 22 GPIO_ACTIVE_LOW>; /* gpio_22 */ 28 28 };
+2 -2
arch/arm/boot/dts/omap3-overo-palo35-common.dtsi
··· 17 17 compatible = "gpio-leds"; 18 18 pinctrl-names = "default"; 19 19 pinctrl-0 = <&led_pins>; 20 - heartbeat { 20 + led-heartbeat { 21 21 label = "overo:red:gpio21"; 22 22 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */ 23 23 linux,default-trigger = "heartbeat"; 24 24 }; 25 - gpio22 { 25 + led-gpio22 { 26 26 label = "overo:blue:gpio22"; 27 27 gpios = <&gpio1 22 GPIO_ACTIVE_LOW>; /* gpio_22 */ 28 28 };
+2 -2
arch/arm/boot/dts/omap3-overo-palo43-common.dtsi
··· 17 17 compatible = "gpio-leds"; 18 18 pinctrl-names = "default"; 19 19 pinctrl-0 = <&led_pins>; 20 - heartbeat { 20 + led-heartbeat { 21 21 label = "overo:red:gpio21"; 22 22 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */ 23 23 linux,default-trigger = "heartbeat"; 24 24 }; 25 - gpio22 { 25 + led-gpio22 { 26 26 label = "overo:blue:gpio22"; 27 27 gpios = <&gpio1 22 GPIO_ACTIVE_LOW>; /* gpio_22 */ 28 28 };
+1 -1
arch/arm/boot/dts/omap3-overo-summit-common.dtsi
··· 15 15 compatible = "gpio-leds"; 16 16 pinctrl-names = "default"; 17 17 pinctrl-0 = <&led_pins>; 18 - heartbeat { 18 + led-heartbeat { 19 19 label = "overo:red:gpio21"; 20 20 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */ 21 21 linux,default-trigger = "heartbeat";
+1 -1
arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
··· 13 13 / { 14 14 leds { 15 15 compatible = "gpio-leds"; 16 - heartbeat { 16 + led-heartbeat { 17 17 label = "overo:red:gpio21"; 18 18 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; 19 19 linux,default-trigger = "heartbeat";
+2 -2
arch/arm/boot/dts/omap4-panda-common.dtsi
··· 49 49 &led_wkgpio_pins 50 50 >; 51 51 52 - heartbeat { 52 + led-heartbeat { 53 53 label = "pandaboard::status1"; 54 54 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; 55 55 linux,default-trigger = "heartbeat"; 56 56 }; 57 57 58 - mmc { 58 + led-mmc { 59 59 label = "pandaboard::status2"; 60 60 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; 61 61 linux,default-trigger = "mmc0";
+2 -2
arch/arm/boot/dts/omap4-panda-es.dts
··· 79 79 &led_wkgpio_pins 80 80 >; 81 81 82 - heartbeat { 82 + led-heartbeat { 83 83 gpios = <&gpio4 14 GPIO_ACTIVE_HIGH>; 84 84 }; 85 - mmc { 85 + led-mmc { 86 86 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; 87 87 }; 88 88 };