Skip to content

Commit 3d615c2

Browse files
Stefan Mavrodievmripard
authored andcommitted
arm64: dts: allwinner: a64: olinuxino: Fix SDIO supply regulator
A64-OLinuXino uses DCDC1 (VCC-IO) for MMC1 supply. In commit 916b68c ("arm64: dts: a64-olinuxino: Enable RTL8723BS WiFi") ALDO2 is set, which is VCC-PL. Since DCDC1 is always present, the boards are working without a problem. This patch sets the correct regulator. Fixes: 916b68c ("arm64: dts: a64-olinuxino: Enable RTL8723BS WiFi") Cc: [email protected] # v4.16+ Signed-off-by: Stefan Mavrodiev <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent 8467ebb commit 3d615c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
&mmc1 {
141141
pinctrl-names = "default";
142142
pinctrl-0 = <&mmc1_pins>;
143-
vmmc-supply = <&reg_aldo2>;
143+
vmmc-supply = <&reg_dcdc1>;
144144
vqmmc-supply = <&reg_dldo4>;
145145
mmc-pwrseq = <&wifi_pwrseq>;
146146
bus-width = <4>;

0 commit comments

Comments
 (0)