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 21:35:11 +0000 (22:35 +0100)
commit3564c22e46d5b025b174ee9b25291413a4621b21
tree1f925bed2d7b6fbdbe174d78c0d4df2e4e364036
parent353e468f4730b6f24d7da6b62091dc07f29f586f
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>
(cherry picked from commit 3f7cc9d0144dbc429d19c1801cc6be149f969db9)
target/linux/bcm27xx/bcm2708/config-5.10
target/linux/bcm27xx/bcm2709/config-5.10
target/linux/bcm27xx/bcm2710/config-5.10
target/linux/bcm27xx/bcm2711/config-5.10