mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: sprd: Fix battery-detect-gpios property
According to DT bindings, the property is called 'battery-detect-gpios', not 'bat-detect-gpio'. Update the property as such. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Link: https://lore.kernel.org/r/Z1K1rnndKGIFdgfj@standask-GA-A55M-S2HP Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
751df73d82
commit
e1daed030b
|
|
@ -97,7 +97,7 @@ pmic_adc: adc@480 {
|
|||
pmic_fgu: fuel-gauge@a00 {
|
||||
compatible = "sprd,sc2731-fgu";
|
||||
reg = <0xa00>;
|
||||
bat-detect-gpio = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
|
||||
battery-detect-gpios = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
|
||||
io-channels = <&pmic_adc 3>, <&pmic_adc 6>;
|
||||
io-channel-names = "bat-temp", "charge-vol";
|
||||
nvmem-cell-names = "fgu_calib";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user