ARM: dts: rockchip: remove cap-mmc-highspeed from rk3188-bqedison2qc mmc1 node
The mmc1 pins are used for SDIO with a wifi chip. The function mmc_sdio_switch_hs() only checks for MMC_CAP_SD_HIGHSPEED and not for MMC_CAP_MMC_HIGHSPEED, so cap-mmc-highspeed can be removed. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
085e42fbbd
commit
51b99b3905
1 changed files with 0 additions and 1 deletions
|
@ -460,7 +460,6 @@
|
||||||
&mmc1 {
|
&mmc1 {
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
|
||||||
keep-power-in-suspend;
|
keep-power-in-suspend;
|
||||||
mmc-pwrseq = <&sdio_pwrseq>;
|
mmc-pwrseq = <&sdio_pwrseq>;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
|
Loading…
Reference in a new issue