summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-11-27 21:30:33 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-12-01 18:02:48 +0100
commit95a45c667635d50de9beb3c5f5b3046dfa395bff (patch)
tree5ea1b9778d88638ca482014f95bfb835f57bf28f /arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
parent0cd4cab6ac67b5ae88511b24d6c1a8c0e61f9f76 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi b/arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
index 155aec121400..5f6721326f86 100644
--- a/arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
@@ -17,12 +17,12 @@
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&led_pins>;
- heartbeat {
+ led-heartbeat {
label = "overo:red:gpio21";
gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */
linux,default-trigger = "heartbeat";
};
- gpio22 {
+ led-gpio22 {
label = "overo:blue:gpio22";
gpios = <&gpio1 22 GPIO_ACTIVE_LOW>; /* gpio_22 */
};