提交 a19adf8d 编写于 作者: G Gerd Hoffmann 提交者: Eric Anholt

ARM: dts: bcm283x: switch from &sdhci to &sdhost

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: NGerd Hoffmann <kraxel@redhat.com>
Acked-by: NEric Anholt <eric@anholt.net>
上级 0fe4d218
......@@ -65,13 +65,13 @@
&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>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册