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>
This commit is contained in:
parent
cdbfb35662
commit
719b6aa0ae
1 changed files with 1 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue