Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: allwinner: a64: olinuxino: Fix SDIO supply regulator

A64-OLinuXino uses DCDC1 (VCC-IO) for MMC1 supply. In commit 916b68cfe4b5
("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: 916b68cfe4b5 ("arm64: dts: a64-olinuxino: Enable RTL8723BS WiFi")
Cc: stable@vger.kernel.org # v4.16+
Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

authored by

Stefan Mavrodiev and committed by
Maxime Ripard
3d615c2f 8467ebbf

+1 -1
+1 -1
arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
··· 140 140 &mmc1 { 141 141 pinctrl-names = "default"; 142 142 pinctrl-0 = <&mmc1_pins>; 143 - vmmc-supply = <&reg_aldo2>; 143 + vmmc-supply = <&reg_dcdc1>; 144 144 vqmmc-supply = <&reg_dldo4>; 145 145 mmc-pwrseq = <&wifi_pwrseq>; 146 146 bus-width = <4>;