Message ID | 20200326134458.13992-1-nsaenzjulienne@suse.de (mailing list archive) |
---|---|
State | Mainlined |
Commit | 35cdc3fa00ee3aebf1a25f55db8a114cbb612092 |
Headers | show |
Series | ARM: bcm2835_defconfig: Enable fixed-regulator | expand |
On Thu, 2020-03-26 at 14:44 +0100, Nicolas Saenz Julienne wrote: > This regulator is now used to control the SD card's power supply on the > Raspberry Pi 4. > > Suggested-by: Stefan Wahren <stefan.wahren@i2se.com> > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Applied for-next. Regards, Nicolas
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 8e7a3ed2a4df..44ff9cd88d81 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -103,6 +103,7 @@ CONFIG_WATCHDOG=y CONFIG_BCM2835_WDT=y CONFIG_MFD_SYSCON=y CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_CAMERA_SUPPORT=y
This regulator is now used to control the SD card's power supply on the Raspberry Pi 4. Suggested-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> --- arch/arm/configs/bcm2835_defconfig | 1 + 1 file changed, 1 insertion(+)