diff options
author | Anthony Amanse <ghieamanse@gmail.com> | 2021-05-30 21:44:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 00:44:30 -0400 |
commit | 719b6aa0ae66ffc0a1da44cae66f00a20ebb24f4 (patch) | |
tree | fdc77fa8bee488bbe55fe2d4079210aba4b36ac6 | |
parent | cdbfb3566245c47d0259303c09b89c81e3d722ee (diff) |
fix(boards): Add delay on initializing external power for BlueMicro840
This commits adds a delay of 20ms on initializing the external
power control driver. Previously, OLED's i2c driver is failing to
initialize the display. This commit fixes that issue.
Signed-off-by: Anthony Amanse <ghieamanse@gmail.com>
-rw-r--r-- | app/boards/arm/bluemicro840/bluemicro840_v1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/boards/arm/bluemicro840/bluemicro840_v1.dts b/app/boards/arm/bluemicro840/bluemicro840_v1.dts index a3a5ba9..933df57 100644 --- a/app/boards/arm/bluemicro840/bluemicro840_v1.dts +++ b/app/boards/arm/bluemicro840/bluemicro840_v1.dts @@ -29,6 +29,7 @@ ext-power { compatible = "zmk,ext-power-generic"; label = "EXT_POWER"; + init-delay-ms = <20>; control-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; }; |