aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakeshi Saito <takeshi.saito.xv@renesas.com>2019-03-20 18:15:13 +0900
committerRyo Kataoka <ryo.kataoka.wt@renesas.com>2019-03-22 20:50:43 +0900
commit5c758f337e7f511d9ba92d0885d43fe7bc7d7557 (patch)
tree70e345be5569b6723f6e5e810e1b6a67f549b152
parent9365521f3c97248b16e4d1eb318bfc8610946b43 (diff)
downloadrenesas-bsp-5c758f337e7f511d9ba92d0885d43fe7bc7d7557.tar.gz
arm64: dts: salvator-common: Add no-sdio and no-sd properties to SDHI2
Add the 'no-sdio' and 'no-sd' properties to the SDHI2 node used as the eMMC port on Salvator board. It will limits the send sdio and sd cmd during mmc initialization. In addition, the 'no-sdio' property uses multiple SG entries when SDHI internal DMAC with IOMMU is enabled. This can improve performance. Signed-off-by: Takeshi Saito <takeshi.saito.xv@renesas.com> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
-rw-r--r--arch/arm64/boot/dts/renesas/salvator-common.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index 922b9cc4797c7..45489ec9a1c24 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -833,6 +833,8 @@
bus-width = <8>;
mmc-hs200-1_8v;
mmc-hs400-1_8v;
+ no-sd;
+ no-sdio;
non-removable;
fixed-emmc-driver-type = <1>;
status = "okay";