]> www.infradead.org Git - users/hch/configfs.git/commitdiff
riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boards
authorShengyu Qu <wiagn233@outlook.com>
Wed, 12 Jun 2024 10:33:31 +0000 (18:33 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 19 Jun 2024 11:19:32 +0000 (12:19 +0100)
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: 7dafcfa79cc9 ("riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/starfive/jh7110-common.dtsi

index 8ff6ea64f04896ab248b5f129d7061798bc38640..68d16717db8cdbdac9e55ce25a8466bcea27b4d2 100644 (file)
                                regulator-boot-on;
                                regulator-always-on;
                                regulator-min-microvolt = <1800000>;
-                               regulator-max-microvolt = <1800000>;
+                               regulator-max-microvolt = <3300000>;
                                regulator-name = "emmc_vdd";
                        };
                };