From b05310f3f9b79d95e2601ef350f4f8f02ba27730 Mon Sep 17 00:00:00 2001 From: AttilaGombosER Date: Thu, 15 Aug 2024 12:37:56 +0200 Subject: [PATCH] Update CE pin number (#10) --- mrhat-bq25622.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mrhat-bq25622.dts b/mrhat-bq25622.dts index 4385078..5942b52 100644 --- a/mrhat-bq25622.dts +++ b/mrhat-bq25622.dts @@ -32,7 +32,7 @@ input-voltage-limit-microvolt = <4600000>; ext-ilim-resistor = <1690>; monitored-battery = <&BAT1>; - charge-enable-gpios = <&gpio 12 GPIO_ACTIVE_HIGH>; + charge-enable-gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; status = "okay"; }; }; @@ -43,7 +43,7 @@ __overlay__ { /* set up pin for RTC IRQ */ bq25622_pins: bq25622_pins { - brcm,pins = <12 17>; + brcm,pins = <22 17>; brcm,function = <0x0 0x1 0x0>; /* in out in */ brcm,pull = <0 0 0>; /* none */ };