mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
ODROID-M1S: arm64/dts: change GPIO polarity of power LED
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I8b31788d10afe12d88c513822eeeb683a052d962
This commit is contained in:
committed by
codewalkerster
parent
7d7a7d05fc
commit
cf2981451e
@@ -261,7 +261,7 @@
|
||||
status = "okay";
|
||||
|
||||
power_led: power {
|
||||
gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "default-on";
|
||||
};
|
||||
work_led: work {
|
||||
|
||||
Reference in New Issue
Block a user