aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kemnade <[email protected]>2021-09-24 11:14:35 +0200
committerShawn Guo <[email protected]>2021-10-05 13:45:15 +0800
commit31ffe01e8200f05041da519a7b371d02020a0ba3 (patch)
tree93726bf1f24dd02c5bc8bfc995e8807487b07778
parent5cbd3a6396d9eeedda1bba8d45291ae31cbe4b63 (diff)
ARM: dts: imx: e60k02: correct led node name
Only led-X or led are allowed according to bindings definition. Signed-off-by: Andreas Kemnade <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/e60k02.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/e60k02.dtsi b/arch/arm/boot/dts/e60k02.dtsi
index cfb239d5186a..1a49f15f2df2 100644
--- a/arch/arm/boot/dts/e60k02.dtsi
+++ b/arch/arm/boot/dts/e60k02.dtsi
@@ -41,7 +41,7 @@
leds: leds {
compatible = "gpio-leds";
- on {
+ led {
label = "e60k02:white:on";
gpios = <&gpio5 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "timer";