mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 07:39:12 -04:00
arm64: dts: mediatek: mt7988a-bpi-r4pro: update gpio-leds
On the official case the red LED is named ERR, the blue LED is named ACT. Reflect these labels in function and set them default off. Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
99b0935364
commit
52869bbbcf
@@ -61,14 +61,14 @@ gpio-leds {
|
||||
|
||||
led_red: sys-led-red {
|
||||
color = <LED_COLOR_ID_RED>;
|
||||
function = LED_FUNCTION_FAULT;
|
||||
gpios = <&pca9555 15 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
led_blue: sys-led-blue {
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
function = LED_FUNCTION_ACTIVITY;
|
||||
gpios = <&pca9555 14 GPIO_ACTIVE_HIGH>;
|
||||
default-state = "on";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user