Hi, * Faiz Abbas <faiz_abbas@xxxxxx> [200109 13:57]: > Hi, > > On 06/01/20 4:45 pm, Faiz Abbas wrote: > > Move mmc nodes to be compatible with the sdhci-omap driver. The following > > modifications are required for omap_hsmmc specific properties: > > > > ti,non-removable: convert to the generic mmc non-removable > > ti,needs-special-reset: co-opted into the sdhci-omap driver > > ti,dual-volt: removed. Legacy property not used in am335x or am43xx > > ti,needs-special-hs-handling: removed. Legacy property not used in am335x or am43xx > > > > Also since the sdhci-omap driver does not support runtime PM, explicitly > > disable the mmc3 instance in the dtsi. > > > > Signed-off-by: Faiz Abbas <faiz_abbas@xxxxxx> > > --- > > > > Driver modifications have been posted separately: > > https://patchwork.kernel.org/project/linux-mmc/list/?series=224053 > > > > Tested on: am335x-evm, am335x-boneblack, am335x-sk, am335x-bone, am437x-idk, > > am43xx-gp-evm, am43xx-epos-evm. > > > > I need some help with testing all other am335x variants and SDIO cards. > > > > Here's a branch for testing: https://github.com/faizinator/linux/tree/sdhci-omap_v4_2 > > > > Tony, can you help test some of these boards? I have your branch above a quick boot test on bbb and am437x-idk and both detected MMC just fine :) I guess up to Dave and Keerthy to check if this conversion can be done without missing runtime PM support, any comments? I guess it should not be hard implement runtime PM support for autosuspend in sdhci-omap.c? Regards, Tony