Skip to content

Commit 3c1f81a

Browse files
HeadcrabedConchuOD
authored andcommitted
riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boards
Currently, for JH7110 boards with EMMC slot, vqmmc voltage for EMMC is fixed to 1.8V, while the spec needs it to be 3.3V on low speed mode and should support switching to 1.8V when using higher speed mode. Since there are no other peripherals using the same voltage source of EMMC's vqmmc(ALDO4) on every board currently supported by mainline kernel, regulator-max-microvolt of ALDO4 should be set to 3.3V. Cc: stable@vger.kernel.org Signed-off-by: Shengyu Qu <wiagn233@outlook.com> Fixes: 7dafcfa ("riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060") Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 2c917b5 commit 3c1f81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
regulator-boot-on;
245245
regulator-always-on;
246246
regulator-min-microvolt = <1800000>;
247-
regulator-max-microvolt = <1800000>;
247+
regulator-max-microvolt = <3300000>;
248248
regulator-name = "emmc_vdd";
249249
};
250250
};

0 commit comments

Comments
 (0)