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:
dkpost3
2026-01-09 10:37:58 +03:00
committed by Arian
parent 53c5595361
commit 10314cc74a

View File

@@ -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>;