Skip to content

Commit e9a6b8b

Browse files
Pin-yen LinAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315
Update the minimum voltage from 300000 uV to 400000 uV so it matches the MT6315 datasheet. Also update the minimum voltage for Vgpu regulator from 625000 uV to 400000 uV because the requested voltage could be lower than the minimum voltage on the GPU OPP table when the MTK Smart Voltage Scaling (SVS) driver is enabled. Fixes: 260c04d ("arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus") Signed-off-by: Pin-yen Lin <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 374a7c6 commit e9a6b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@
12461246
mt6315_6_vbuck1: vbuck1 {
12471247
regulator-compatible = "vbuck1";
12481248
regulator-name = "Vbcpu";
1249-
regulator-min-microvolt = <300000>;
1249+
regulator-min-microvolt = <400000>;
12501250
regulator-max-microvolt = <1193750>;
12511251
regulator-enable-ramp-delay = <256>;
12521252
regulator-ramp-delay = <6250>;
@@ -1264,7 +1264,7 @@
12641264
mt6315_7_vbuck1: vbuck1 {
12651265
regulator-compatible = "vbuck1";
12661266
regulator-name = "Vgpu";
1267-
regulator-min-microvolt = <625000>;
1267+
regulator-min-microvolt = <400000>;
12681268
regulator-max-microvolt = <1193750>;
12691269
regulator-enable-ramp-delay = <256>;
12701270
regulator-ramp-delay = <6250>;

0 commit comments

Comments
 (0)