From 50b5bc5bdae9ee7609a8f9edb43ee9fb062481d9 Mon Sep 17 00:00:00 2001 From: Ananyaaynana Date: Wed, 13 Mar 2024 15:22:49 +0530 Subject: [PATCH] Changed dchg-pin-config value from 0x07 to 0x0F to configure this pin for measuing FETs on the board. See section 6.4 of bq76952 technical ref. --- boards/riscv/bms_c1/bms_c1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/riscv/bms_c1/bms_c1.dts b/boards/riscv/bms_c1/bms_c1.dts index 5c8861c..1f2a656 100644 --- a/boards/riscv/bms_c1/bms_c1.dts +++ b/boards/riscv/bms_c1/bms_c1.dts @@ -95,7 +95,7 @@ /* all NTCs configured with 18k pull-up */ ts1-pin-config = <0x07>; ts3-pin-config = <0x07>; - dchg-pin-config = <0x07>; + dchg-pin-config = <0x0F>; cell-temp-pins = ; fet-temp-pin = ; board-max-current = <100>;