mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ln8000: Fix pinctrl property typo
The ln8000 slave DTS node contains a typo in the pinctrl property name: `inctrl-0` was used instead of the correct `pinctrl-0`, which prevented the pinctrl subsystem from applying the intended pin configuration. Change-Id: I2dbc86d454608df51684feadb9b599c8e81c05e8
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <125 0>;
|
||||
pinctrl-names = "default";
|
||||
inctrl-0 = <&ln8000_int2_default>;
|
||||
pinctrl-0 = <&ln8000_int2_default>;
|
||||
ln8000_charger,bat-ovp-threshold = <4710>;
|
||||
ln8000_charger,bat-ovp-alarm-threshold = <4675>;
|
||||
ln8000_charger,bus-ovp-threshold = <12800>;
|
||||
|
||||
Reference in New Issue
Block a user