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


Groups > linux.kernel > #1681370 > unrolled thread

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

Started byFrank Wang <frank.wang@rock-chips.com>
First post2017-07-05 10:40 +0200
Last post2017-07-13 02:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromFrank Wang <frank.wang@rock-chips.com>
Date2017-07-05 10:40 +0200
Subject[PATCH v2 4/6] ARM: dts: rockchip: enable eMMC for rk3229-evb
Message-ID<tZO0O-3SX-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1686139

FromHeiko Stuebner <heiko@sntech.de>
Date2017-07-13 02:10 +0200
Message-ID<u2zRD-6HJ-1@gated-at.bofh.it>
In reply to#1681370
Am Mittwoch, 5. Juli 2017, 16:30:19 CEST schrieb Frank Wang:
> This patch enables eMMC support for rk3229-evb board.
> 
> Signed-off-by: Frank Wang <frank.wang@rock-chips.com>

applied for 4.14

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web