]> Git Repo - linux.git/commitdiff
arm64: dts: rockchip: fix RockPro64 sdmmc settings
authorSoeren Moch <[email protected]>
Fri, 4 Oct 2019 20:32:13 +0000 (22:32 +0200)
committerHeiko Stuebner <[email protected]>
Thu, 10 Oct 2019 21:29:45 +0000 (23:29 +0200)
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: e4f3fb490967 ("arm64: dts: rockchip: add initial dts support for Rockpro64")
Signed-off-by: Soeren Moch <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts

index aa06a6587a11ea4bed00747dd888b77438de6a1a..e544deb61d288285610a2d28aea8ecf1a40adc17 100644 (file)
 
 &sdmmc {
        bus-width = <4>;
-       cap-mmc-highspeed;
        cap-sd-highspeed;
        cd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
        disable-wp;
This page took 0.058097 seconds and 4 git commands to generate.