ODROID-M1/S: arm64/dtbs: Changed led names.

- power -> red
- work -> blue

Signed-off-by: Luke go <sangch.go@gmail.com>
Change-Id: I5454a5c51bbbe242feed1be8f9d6c4f764f07c6b
This commit is contained in:
Luke go
2023-11-08 15:27:07 +09:00
committed by codewalkerster
parent d3bf1be6b1
commit aeb014a7a5
2 changed files with 7 additions and 5 deletions

View File

@@ -266,11 +266,11 @@
compatible = "gpio-leds";
status = "okay";
power_led: power {
red_led: red {
gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "default-on";
};
work_led: work {
blue_led: blue {
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};

View File

@@ -19,11 +19,13 @@
/delete-node/ wireless-wlan;
leds: leds {
power_led: power {
gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_LOW>;
/delete-node/ work;
red_led: red {
gpios =<&gpio0 RK_PC6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-on";
};
work_led: work {
blue_led: blue {
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};