update mikoto board defs

This commit is contained in:
zhiayang 2024-03-10 22:03:29 -04:00
parent bff6bb4bf5
commit efa9134eaa
No known key found for this signature in database
GPG key ID: 5E2F30AD6F08571F
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
CONFIG_I2C=y
CONFIG_MAX17048=y
CONFIG_ZMK_MAX17048=y

View file

@ -32,9 +32,8 @@
pinctrl-names = "default", "sleep";
builtin_fuel_gauge: max17048@36 {
compatible = "maxim,max17048";
compatible = "zmk,maxim-max17048";
status = "okay";
label = "max17048";
reg = <0x36>;
};
};