On Thu, Oct 13, 2022 at 11:32:48AM +0200, Sascha Hauer wrote: > The core issues the warning "drop HS400 support since no 8-bit bus" when > one of the ESDHC_FLAG_HS400* flags is set on a non 8bit capable host. To > avoid this warning set these flags only on hosts that actually can do > 8bit, i.e. have bus-width = <8> set in the device tree. > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > --- > drivers/mmc/host/sdhci-esdhc-imx.c | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) Forgot to pass --notes to git send email, so adding this here: An alternative approach would be to just lower the warning message to debug level. In the end it's nice from the core to take the load from the drivers, if only the core wouldn't complain about it. Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |