ARM: dts: marvell: orion5x-lswsgl: use 'gpios' property for LEDs
The 'gpio' property in GPIO LEDs is deprecated, as reported by
dtbs_check:
orion5x-lswsgl.dtb: gpio-leds: led-alarm: Unevaluated properties are not allowed ('gpio' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
7d751583a0
commit
d8fff5ef3e
@@ -104,22 +104,22 @@
|
||||
|
||||
alarm {
|
||||
label = "lswsgl:alarm:red";
|
||||
gpio = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
info {
|
||||
label = "lswsgl:info:amber";
|
||||
gpio = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
func {
|
||||
label = "lswsgl:func:blue:top";
|
||||
gpio = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
power {
|
||||
label = "lswsgl:power:blue:bottom";
|
||||
gpio = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
||||
default-state = "on";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user