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:
Dongjin Kim
2023-09-22 12:24:53 +09:00
committed by codewalkerster
parent 7d7a7d05fc
commit cf2981451e

View File

@@ -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 {