ARM: dts: bcm283x: switch from &sdhci to &sdhost
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 8 Mar 2017 09:19:10 +0000 (10:19 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 16 May 2017 21:38:41 +0000 (14:38 -0700)
sdcard access with the sdhost controller is faster.

Read access (dd with 64k blocks on rpi2):
   CONFIG_MMC_SDHCI_IPROC: 11-12 MB/s
   CONFIG_MMC_BCM2835:     19-20 MB/s

Differences on write access are pretty much in the noise.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/bcm2835-rpi.dtsi

index a7b5ce1..e55b362 100644 (file)
 &sdhci {
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_gpio48>;
-       status = "okay";
        bus-width = <4>;
 };
 
 &sdhost {
        pinctrl-names = "default";
        pinctrl-0 = <&sdhost_gpio48>;
+       status = "okay";
        bus-width = <4>;
 };