Skip to content

Commit

Permalink
fix(boards): Add delay on initializing external power for BlueMicro840
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
AnthonyAmanse authored May 31, 2021
1 parent cdbfb35 commit 719b6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/boards/arm/bluemicro840/bluemicro840_v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

Expand Down

0 comments on commit 719b6aa

Please sign in to comment.