SD_HOST Drivers
burnbabyburn opened this issue · 3 comments
Hi sakaki,
have a look here regarding the following error message on boot:
[ 3.788708] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
Happens on RPI3 with 64 bit kernel, if default bcmrp33_defconfig
is used.
yes, I see that too in dmesg
, the upstream drivers are being used it appears. Would make more sense to suppress them and use downstream's version, via the .config
mods presented in the thread you linked.
I'm busy testing the (forthcoming) 1.3.1 release of gentoo-on-rpi3-64bit right now, but if you'd like to submit a PR for this, I'll review and commit it.
Thanks for drawing my attention to this!
Best, sakaki
Good i already tested and implemented that :)
PLease see pull #3
It successfully removes the error message.