Skip to content

Commit 511f76b

Browse files
dos1nxpfrankli
authored andcommitted
arm64: dts: imx8mq-librem5: Bump BUCK1 suspend voltage up to 0.85V
The minimal voltage of VDD_SOC sourced from BUCK1 is 0.81V, which is the currently set value. However, BD71837 only guarantees accuracy of ±0.01V, and this still doesn't factor other reasons for actual voltage to slightly drop in, resulting in the possibility of running out of the operational range. Bump the voltage up to 0.85V, which should give enough headroom. Cc: stable@vger.kernel.org Fixes: 8f0216b ("arm64: dts: Add a device tree for the Librem 5 phone") Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 4cd46ea commit 511f76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@
882882
regulator-ramp-delay = <1250>;
883883
rohm,dvs-run-voltage = <900000>;
884884
rohm,dvs-idle-voltage = <850000>;
885-
rohm,dvs-suspend-voltage = <810000>;
885+
rohm,dvs-suspend-voltage = <850000>;
886886
regulator-always-on;
887887
};
888888

0 commit comments

Comments
 (0)