Commit 1e9fc712 authored by Christian Hewitt's avatar Christian Hewitt Committed by Neil Armstrong

arm64: dts: meson-gxbb-wetek: use updated LED bindings

Update the dts to use the newer style of LED bindings.
Signed-off-by: default avatarChristian Hewitt <christianshewitt@gmail.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20211012052522.30873-4-christianshewitt@gmail.com
parent c019abb2
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "meson-gxbb.dtsi" #include "meson-gxbb.dtsi"
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/leds/common.h>
/ { / {
aliases { aliases {
...@@ -26,8 +27,10 @@ memory@0 { ...@@ -26,8 +27,10 @@ memory@0 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led-system { led-power {
label = "wetek-play:system-status"; /* red in suspend or power-off */
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_POWER;
gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_HIGH>; gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_HIGH>;
default-state = "on"; default-state = "on";
panic-indicator; panic-indicator;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment