l9ds_charger/ln8000: Fix GPIO bias comments

Correct a misleading comment where the DTS configuration uses a pull-up
bias but the comment incorrectly stated "PULL DOWN". Update the comment
to reflect the actual bias setting.

Change-Id: I9b95705d81135e77a2afb6d8c7d66d3c8ace5a76
This commit is contained in:
dkpost3
2026-01-09 10:35:22 +03:00
committed by Arian
parent 28918a0494
commit 53c5595361
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
config {
pins = "gpio19";
drive-strength = <2>; /* 2 mA */
bias-pull-up; /* PULL DOWN */
bias-pull-up; /* PULL UP */
};
};

View File

@@ -9,7 +9,7 @@
config {
pins = "gpio122";
drive-strength = <2>; /* 2 mA */
bias-pull-up; /* PULL DOWN */
bias-pull-up; /* PULL UP */
};
};
@@ -22,7 +22,7 @@
config {
pins = "gpio125";
drive-strength = <2>; /* 2 mA */
bias-pull-up; /* PULL DOWN */
bias-pull-up; /* PULL UP */
};
};
};