diff options
author | Alexander Shiyan <eagle.alexander923@gmail.com> | 2022-04-27 12:42:05 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 07:54:23 +0300 |
commit | fcc070a44ecce5e800725136ce2e47ce00d40ca7 (patch) | |
tree | b68092e383a585684ad53e10ed7059e0e32e9b43 /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |
parent | 51b9d74cdb9fe5d5492214da20ab50173c1e9b08 (diff) | |
download | linux-fcc070a44ecce5e800725136ce2e47ce00d40ca7.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index 1f2ba6f6254e..768bc0e3a2b3 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -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>; }; |