diff options
author | Guido Günther <agx@sigxcpu.org> | 2022-02-28 16:12:20 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-08 13:40:50 +0300 |
commit | 2bf475ce12e6a67b971045f3ed53494bbcbf0b65 (patch) | |
tree | 0178736c0edea42883fc7e6c6ab3d0da438b631c /arch | |
parent | b019694c8be088bef1011fb21ea6fc4180727c6e (diff) | |
download | linux-2bf475ce12e6a67b971045f3ed53494bbcbf0b65.tar.xz |
arm64: dts: imx8mq-librem5: higher boost regulation current
1,5A is what's used by the type-c controller on the Librem 5 board so
increase ti,boost-max-current to 1,5A too.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index b7d9edc1358b..a0c8191bd33c 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -1098,7 +1098,7 @@ ti,precharge-current = <130000>; /* uA */ ti,minimum-sys-voltage = <3700000>; /* uV */ ti,boost-voltage = <5000000>; /* uV */ - ti,boost-max-current = <500000>; /* uA */ + ti,boost-max-current = <1500000>; /* uA */ ti,use-vinmin-threshold = <1>; /* enable VINDPM */ ti,vinmin-threshold = <3900000>; /* uV */ monitored-battery = <&bat>; |