Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Shiyan and committed by
Shawn Guo
fcc070a4 51b9d74c

+2 -2
+2 -2
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
··· 47 47 pinctrl-0 = <&pinctrl_leds>; 48 48 compatible = "gpio-leds"; 49 49 50 - green { 50 + led_green: green { 51 51 label = "phyflex:green"; 52 52 gpios = <&gpio1 30 0>; 53 53 }; 54 54 55 - red { 55 + led_red: red { 56 56 label = "phyflex:red"; 57 57 gpios = <&gpio2 31 0>; 58 58 };