mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -12,7 +12,7 @@
|
||||
config {
|
||||
pins = "gpio19";
|
||||
drive-strength = <2>; /* 2 mA */
|
||||
bias-pull-up; /* PULL DOWN */
|
||||
bias-pull-up; /* PULL UP */
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user