Skip to content

Commit bfda90c

Browse files
committed
ARM: bcm: Fix bcm and multi_v7 defconfigs
BCM (Kona/capri platform) has regressed in two ways on this release. First, bcm_defconfig no longer selected the appropriate MMC driver options due to changes in dependencies. Secondly, the new MFD and regulator drivers were not enabled on multi_v7_defconfig, so that caused the system to fail probing MMC there. Fix by enabling the new options as needed. Cc: Matt Porter <[email protected]> Cc: Christian Daudt <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 6c9d161 commit bfda90c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arch/arm/configs/bcm_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
9494
CONFIG_BACKLIGHT_PWM=y
9595
# CONFIG_USB_SUPPORT is not set
9696
CONFIG_MMC=y
97-
CONFIG_MMC_UNSAFE_RESUME=y
9897
CONFIG_MMC_BLOCK_MINORS=32
9998
CONFIG_MMC_TEST=y
10099
CONFIG_MMC_SDHCI=y
100+
CONFIG_MMC_SDHCI_PLTFM=y
101101
CONFIG_MMC_SDHCI_BCM_KONA=y
102102
CONFIG_NEW_LEDS=y
103103
CONFIG_LEDS_CLASS=y

arch/arm/configs/multi_v7_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ CONFIG_POWER_RESET_GPIO=y
223223
CONFIG_POWER_RESET_SUN6I=y
224224
CONFIG_SENSORS_LM90=y
225225
CONFIG_THERMAL=y
226-
CONFIG_DOVE_THERMAL=y
227226
CONFIG_ARMADA_THERMAL=y
228227
CONFIG_WATCHDOG=y
229228
CONFIG_ORION_WATCHDOG=y
230229
CONFIG_SUNXI_WATCHDOG=y
231230
CONFIG_MFD_AS3722=y
231+
CONFIG_MFD_BCM590XX=y
232232
CONFIG_MFD_CROS_EC=y
233233
CONFIG_MFD_CROS_EC_SPI=y
234234
CONFIG_MFD_MAX8907=y
@@ -240,6 +240,7 @@ CONFIG_MFD_TPS65910=y
240240
CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
241241
CONFIG_REGULATOR_AB8500=y
242242
CONFIG_REGULATOR_AS3722=y
243+
CONFIG_REGULATOR_BCM590XX=y
243244
CONFIG_REGULATOR_GPIO=y
244245
CONFIG_REGULATOR_MAX8907=y
245246
CONFIG_REGULATOR_PALMAS=y

0 commit comments

Comments
 (0)