fix(boards): Fix up EXT_POWER naming for adv360pro;
* Restore setting loading by preserving old device name for the external power node.
This commit is contained in:
parent
6bf4870704
commit
db9ab30335
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@
|
||||||
|
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
ext-power {
|
|
||||||
|
// Node name must match original "EXT_POWER" label to preserve user settings.
|
||||||
|
EXT_POWER {
|
||||||
compatible = "zmk,ext-power-generic";
|
compatible = "zmk,ext-power-generic";
|
||||||
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue