Battery measurement, basic version
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
charger_status {
|
||||
compatible = "gpio-keys";
|
||||
chg_status: chg_status {
|
||||
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
label = "ETA6003_CHG_STATUS";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user