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:
Alexander Shiyan 2022-04-27 12:42:05 +03:00 committed by Shawn Guo
parent 51b9d74cdb
commit fcc070a44e
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@
pinctrl-0 = <&pinctrl_leds>;
compatible = "gpio-leds";
green {
led_green: green {
label = "phyflex:green";
gpios = <&gpio1 30 0>;
};
red {
led_red: red {
label = "phyflex:red";
gpios = <&gpio2 31 0>;
};