Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1681370

[PATCH v2 4/6] ARM: dts: rockchip: enable eMMC for rk3229-evb

From Frank Wang <frank.wang@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v2 4/6] ARM: dts: rockchip: enable eMMC for rk3229-evb
Date 2017-07-05 10:40 +0200
Message-ID <tZO0O-3SX-9@gated-at.bofh.it> (permalink)
References <tZO0N-3SX-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch enables eMMC support for rk3229-evb board.

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
---
 arch/arm/boot/dts/rk3229-evb.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/rk3229-evb.dts b/arch/arm/boot/dts/rk3229-evb.dts
index 78a3ea1..a51ca01 100644
--- a/arch/arm/boot/dts/rk3229-evb.dts
+++ b/arch/arm/boot/dts/rk3229-evb.dts
@@ -145,6 +145,13 @@
 	cpu-supply = <&vdd_arm>;
 };
 
+&emmc {
+	cap-mmc-highspeed;
+	disable-wp;
+	non-removable;
+	status = "okay";
+};
+
 &gmac {
 	assigned-clocks = <&cru SCLK_MAC_EXTCLK>, <&cru SCLK_MAC>;
 	assigned-clock-parents = <&ext_gmac>, <&cru SCLK_MAC_EXTCLK>;
-- 
2.0.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 4/6] ARM: dts: rockchip: enable eMMC for rk3229-evb Frank Wang <frank.wang@rock-chips.com> - 2017-07-05 10:40 +0200
  Re: [PATCH v2 4/6] ARM: dts: rockchip: enable eMMC for rk3229-evb Heiko Stuebner <heiko@sntech.de> - 2017-07-13 02:10 +0200

csiph-web