From c6b13e44f78d718efb8fd731ebdf04b5ed189fbd Mon Sep 17 00:00:00 2001 From: Junghoon Kim Date: Thu, 2 Apr 2020 13:56:26 +0900 Subject: [PATCH] configs: tizen_bcm2711_defconfig: Enable REGULATOR_FIXED_VOLTAGE option Later revisions of the Raspberry Pi 4B have a separate control over the SD card power and the related dts file declares it. To support this in Tizen, enable a fixed voltage regulator option. Change-Id: I446c0494b761b9ca70535b5713f4f4b431719cb1 Signed-off-by: Junghoon Kim --- arch/arm/configs/tizen_bcm2711_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 26151c8..618ae3a 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -313,7 +313,7 @@ CONFIG_MFD_STMPE=y CONFIG_STMPE_SPI=y CONFIG_MFD_WL1273_CORE=m CONFIG_REGULATOR=y -CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y CONFIG_RC_CORE=y CONFIG_RC_DECODERS=y -- 2.7.4