commit | e79c59c0e293c49d52704fdc5ca1b6896eced2d9 | [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 | 8505147403584f322bf1cb66b1c796bc11f29ad4 [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>