bcm27xx: disable duplicate sdhost driver
authorJohn Audia <therealgraysky@proton.me>
Sat, 19 Nov 2022 13:41:25 +0000 (08:41 -0500)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 23 Nov 2022 19:13:46 +0000 (20:13 +0100)
commit3f7cc9d0144dbc429d19c1801cc6be149f969db9
treef523fb943df9439898c1efda8d6766e734c3b7ea
parenteaba63cddee44e0761cee1b0f82e3dd359e2dac1
bcm27xx: disable duplicate sdhost driver

Enabling both CONFIG_MMC_BCM2835 and CONFIG_MMC_BCM2835_SDHOST causes this
error in dmesg:
Error: Driver 'sdhost-bcm2835' is already registered, aborting...

Disabling CONFIG_MMC_BCM2835 and leaving CONFIG_MMC_BCM2835_SDHOST enabled
avoids this error.

Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
[Disable driver for all subtargets, refresh configs, tweak description]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bcm27xx/bcm2708/config-5.15
target/linux/bcm27xx/bcm2709/config-5.15
target/linux/bcm27xx/bcm2710/config-5.15
target/linux/bcm27xx/bcm2711/config-5.15