Skip to content
Snippets Groups Projects
Commit a00e0899 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

arm64: dts: librem5: use the correct interrupt for the charge controller


The BQ25895 is on gpio bank 3 io 3 for it's interrupt.

Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent 943e968d
5 merge requests!101Adjust the pin control register values of each SDA and SCL pin,!82USB: Add USB_QUIRK_RESET_RESUME quirk for Microchip USB2642,!71Make I2C1 operate at 387kHz,!66Purism redpine driver,!51Use correct interrupt for the charger
Pipeline #50739 passed
......@@ -867,7 +867,7 @@ charger@6a { /* bq25895 */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_charger_in>;
interrupt-parent = <&gpio3>;
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
ti,battery-regulation-voltage = <4192000>; /* 4.192V */
ti,charge-current = <1600000>; /* 1.6A */
ti,termination-current = <66000>; /* 66mA */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment