Skip to content

Commit 4cd46ea

Browse files
dos1nxpfrankli
authored andcommitted
Revert "arm64: dts: imx8mq-librem5: Set the DVS voltages lower"
This reverts commit c24a9b6. It's been found that there's a significant per-unit variance in accepted supply voltages and the current set still makes some units unstable. Revert back to nominal values. Cc: stable@vger.kernel.org Fixes: c24a9b6 ("arm64: dts: imx8mq-librem5: Set the DVS voltages lower") Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent bccaf98 commit 4cd46ea

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
&a53_opp_table {
99
opp-1000000000 {
10-
opp-microvolt = <950000>;
10+
opp-microvolt = <1000000>;
1111
};
1212
};
1313

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

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,8 @@
880880
regulator-max-microvolt = <1300000>;
881881
regulator-boot-on;
882882
regulator-ramp-delay = <1250>;
883-
rohm,dvs-run-voltage = <880000>;
884-
rohm,dvs-idle-voltage = <820000>;
883+
rohm,dvs-run-voltage = <900000>;
884+
rohm,dvs-idle-voltage = <850000>;
885885
rohm,dvs-suspend-voltage = <810000>;
886886
regulator-always-on;
887887
};
@@ -892,8 +892,8 @@
892892
regulator-max-microvolt = <1300000>;
893893
regulator-boot-on;
894894
regulator-ramp-delay = <1250>;
895-
rohm,dvs-run-voltage = <950000>;
896-
rohm,dvs-idle-voltage = <850000>;
895+
rohm,dvs-run-voltage = <1000000>;
896+
rohm,dvs-idle-voltage = <900000>;
897897
regulator-always-on;
898898
};
899899

@@ -902,14 +902,14 @@
902902
regulator-min-microvolt = <700000>;
903903
regulator-max-microvolt = <1300000>;
904904
regulator-boot-on;
905-
rohm,dvs-run-voltage = <850000>;
905+
rohm,dvs-run-voltage = <900000>;
906906
};
907907

908908
buck4_reg: BUCK4 {
909909
regulator-name = "buck4";
910910
regulator-min-microvolt = <700000>;
911911
regulator-max-microvolt = <1300000>;
912-
rohm,dvs-run-voltage = <930000>;
912+
rohm,dvs-run-voltage = <1000000>;
913913
};
914914

915915
buck5_reg: BUCK5 {
@@ -1448,13 +1448,3 @@
14481448
fsl,ext-reset-output;
14491449
status = "okay";
14501450
};
1451-
1452-
&a53_opp_table {
1453-
opp-1000000000 {
1454-
opp-microvolt = <850000>;
1455-
};
1456-
1457-
opp-1500000000 {
1458-
opp-microvolt = <950000>;
1459-
};
1460-
};

0 commit comments

Comments
 (0)