提交 dab08333 编写于 作者: A Andrew Lunn 提交者: Gregory CLEMENT

ARM: dts: kirkwood: Remove node address from leds

leds don't have a reg property, so remove the address from the unit name.
Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 395c755f
...@@ -133,28 +133,28 @@ ...@@ -133,28 +133,28 @@
&pmx_led_function_blue>; &pmx_led_function_blue>;
pinctrl-names = "default"; pinctrl-names = "default";
led@1 { func_blue {
label = "lsxl:blue:func"; label = "lsxl:blue:func";
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
}; };
led@2 { alarm {
label = "lsxl:red:alarm"; label = "lsxl:red:alarm";
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
}; };
led@3 { info {
label = "lsxl:amber:info"; label = "lsxl:amber:info";
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
}; };
led@4 { power {
label = "lsxl:blue:power"; label = "lsxl:blue:power";
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
default-state = "keep"; default-state = "keep";
}; };
led@5 { func_red {
label = "lsxl:red:func"; label = "lsxl:red:func";
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册