commit | 6701e1d65b1453a757d56e68564ec008af3d8590 | [log] [tgz] |
---|---|---|
author | Andre Heider <a.heider@gmail.com> | Thu Sep 10 19:53:40 2020 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Sep 15 10:15:56 2020 +0800 |
tree | f4c3b788b21c9d088fb4f4c70246832dfa70f6e8 | |
parent | 6b36ab581e1a5e48c60013aa103d640b5217164b [diff] |
mmc: xenon_sdhci: Add missing common host capabilities Use mmc_of_parse() to set the common host properties. That includes "bus-width", so parsing it can be removed from the driver. But more importantly, "non-removable" is now respected, which fixes the usage of eMMC. Signed-off-by: Andre Heider <a.heider@gmail.com> Reviewed-by: Konstantin Porotchkin <kostap@marvell.com> Tested-by: Marek BehĂșn <marek.behun@nic.cz>