diff options
author | Andreas Färber <afaerber@suse.de> | 2017-01-17 02:17:53 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-01-18 14:35:04 -0800 |
commit | 2fbbc4bf69f293df317559a267f4120f290b8fc4 (patch) | |
tree | 1058c66e616aca8343fb2b74c9c24d7ab3f9059d /arch | |
parent | 261e1d5cc5ee994f17089d8f0d4f8443743d732d (diff) | |
download | linux-stable-2fbbc4bf69f293df317559a267f4120f290b8fc4.tar.gz linux-stable-2fbbc4bf69f293df317559a267f4120f290b8fc4.tar.bz2 linux-stable-2fbbc4bf69f293df317559a267f4120f290b8fc4.zip |
ARM64: dts: meson-gxbb-vega-s95: Add LED
There is one blue LED on the front of the device. Keep it lit and
configure it as panic indicator.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi index e59ad308192f..86709929fd20 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi @@ -53,6 +53,17 @@ stdout-path = "serial0:115200n8"; }; + leds { + compatible = "gpio-leds"; + + blue { + label = "vega-s95:blue:on"; + gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_HIGH>; + default-state = "on"; + panic-indicator; + }; + }; + usb_vbus: regulator-usb0-vbus { compatible = "regulator-fixed"; |