Commit 5234c145 authored by Soeren Moch's avatar Soeren Moch Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: fix RockPro64 sdmmc settings

According to the RockPro64 schematic [1] the rk3399 sdmmc controller is
connected to a microSD (TF card) slot. Remove the cap-mmc-highspeed
property of the sdmmc controller, since no mmc card can be connected here.

[1] http://files.pine64.org/doc/rockpro64/rockpro64_v21-SCH.pdf



Fixes: e4f3fb49 ("arm64: dts: rockchip: add initial dts support for Rockpro64")
Signed-off-by: default avatarSoeren Moch <smoch@web.de>
Link: https://lore.kernel.org/r/20191004203213.4995-1-smoch@web.de


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2558b3b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -624,7 +624,6 @@

&sdmmc {
	bus-width = <4>;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	cd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
	disable-wp;