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

ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator

If enabling the hsmci regulator on card detection, the board can reboot
on sd card insertion. Keeping the regulator always enabled fixes this
issue.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Fixes: 1b53e3416dd0 ("ARM: at91/dt: sama5d3 xplained: add fixed regulator for vmmc0")
Cc: stable@vger.kernel.org #4.3 and later
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Ludovic Desroches and committed by
Nicolas Ferre
ae3fc8ea ed0f4b3f

+1
+1
arch/arm/boot/dts/at91-sama5d3_xplained.dts
··· 303 303 regulator-name = "mmc0-card-supply"; 304 304 regulator-min-microvolt = <3300000>; 305 305 regulator-max-microvolt = <3300000>; 306 + regulator-always-on; 306 307 }; 307 308 308 309 gpio_keys {