Skip to content

Commit 8467ebb

Browse files
Stefan Mavrodievmripard
authored andcommitted
arm64: dts: allwinner: a64: olinuxino: Fix eMMC supply regulator
A64-OLinuXino-eMMC uses 1.8V for eMMC supply. This is done via a triple jumper, which sets VCC-PL to either 1.8V or 3.3V. This setting is different for boards with and without eMMC. This is not a big issue for DDR52 mode, however the eMMC will not work in HS200/HS400, since these modes explicitly requires 1.8V. Fixes: 94f68f3 ("arm64: dts: allwinner: a64: Add A64 OlinuXino board (with eMMC)") Cc: stable@vger.kernel.org # v5.4 Signed-off-by: Stefan Mavrodiev <stefan@olimex.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
1 parent e42617b commit 8467ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
pinctrl-names = "default";
1616
pinctrl-0 = <&mmc2_pins>;
1717
vmmc-supply = <&reg_dcdc1>;
18-
vqmmc-supply = <&reg_dcdc1>;
18+
vqmmc-supply = <&reg_eldo1>;
1919
bus-width = <8>;
2020
non-removable;
2121
cap-mmc-hw-reset;

0 commit comments

Comments
 (0)