summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhiayang <500236+zhiayang@users.noreply.github.com>2022-01-12 05:07:30 +0800
committerGitHub <noreply@github.com>2022-01-11 16:07:30 -0500
commitd29236141e1b425669e049bb4e5ae5b65903cd62 (patch)
treeca40862e5b19b9479e59db98562393d9a2b3cd7a
parentf692d64d0557f898ec08e26ec75320383d937337 (diff)
fix(boards): Proper active high and init delay for Mikoto ext-power
-rw-r--r--app/boards/arm/mikoto/mikoto_520.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/boards/arm/mikoto/mikoto_520.dts b/app/boards/arm/mikoto/mikoto_520.dts
index 20703e8..de831c5 100644
--- a/app/boards/arm/mikoto/mikoto_520.dts
+++ b/app/boards/arm/mikoto/mikoto_520.dts
@@ -29,7 +29,8 @@
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
- control-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
+ control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
+ init-delay-ms = <50>;
};
vbatt {