ARM: dts: imx6qdl-phytec: Add LED labels
This allows boards the option of adding properties or disabling the LEDs entirely. Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
51b9d74cdb
commit
fcc070a44e
@ -47,12 +47,12 @@
|
|||||||
pinctrl-0 = <&pinctrl_leds>;
|
pinctrl-0 = <&pinctrl_leds>;
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
green {
|
led_green: green {
|
||||||
label = "phyflex:green";
|
label = "phyflex:green";
|
||||||
gpios = <&gpio1 30 0>;
|
gpios = <&gpio1 30 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
red {
|
led_red: red {
|
||||||
label = "phyflex:red";
|
label = "phyflex:red";
|
||||||
gpios = <&gpio2 31 0>;
|
gpios = <&gpio2 31 0>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user