Commit 51b99b39 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner
Browse files

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: default avatarJohan Jonker <jbx6244@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 085e42fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -460,7 +460,6 @@
&mmc1 {
	bus-width = <4>;
	cap-sd-highspeed;
	cap-mmc-highspeed;
	keep-power-in-suspend;
	mmc-pwrseq = <&sdio_pwrseq>;
	non-removable;