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:
Peter Johanson 2024-01-06 01:41:58 -08:00 committed by Pete Johanson
parent 6bf4870704
commit db9ab30335

View file

@ -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";
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};