diff mbox

[1/3] arm64: dts: rockchip: Add more properties for emmc on px5-evb

Message ID 1474516939-22001-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Shawn Lin Sept. 22, 2016, 4:02 a.m. UTC
The emmc on px5-evb can support hs200, so let's add mmc-hs200-1_8v.
And in order to speed up the boot time, we could add no-sdio and
no-sd to simplify the initialization.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---

 arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts | 3 +++
 1 file changed, 3 insertions(+)

Comments

Heiko Stübner Oct. 14, 2016, 5:20 p.m. UTC | #1
Am Donnerstag, 22. September 2016, 12:02:17 CEST schrieb Shawn Lin:
> The emmc on px5-evb can support hs200, so let's add mmc-hs200-1_8v.
> And in order to speed up the boot time, we could add no-sdio and
> no-sd to simplify the initialization.
> 
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

applied after restoring the alphabetical ordering. Please try to keep that in 
mind in future patches :-)


Thanks
Heiko
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts
index 78c9d72..3e0b522 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts
@@ -89,6 +89,9 @@ 
 	keep-power-in-suspend;
 	non-removable;
 	num-slots = <1>;
+	mmc-hs200-1_8v;
+	no-sdio;
+	no-sd;
 	pinctrl-names = "default";
 	pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_bus8>;
 	vmmc-supply = <&vcc_io>;