mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user