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


Groups > linux.kernel > #1223368 > unrolled thread

[PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock

Started byShawn Lin <shawn.lin@rock-chips.com>
First post2015-09-12 12:10 +0200
Last post2015-09-18 00:00 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock Shawn Lin <shawn.lin@rock-chips.com> - 2015-09-12 12:10 +0200
    [PATCH v2 3/3] ARM: dts: support Highspeed for rk3066a-rayeager Shawn Lin <shawn.lin@rock-chips.com> - 2015-09-12 12:10 +0200
    Re: [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock Heiko Stübner <heiko@sntech.de> - 2015-09-18 00:00 +0200

#1223368 — [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock

FromShawn Lin <shawn.lin@rock-chips.com>
Date2015-09-12 12:10 +0200
Subject[PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock
Message-ID<q7PUR-5MK-7@gated-at.bofh.it>
Add cap-sd-highspeed and cap-mmc-highspeed for rk3188-radxarock
board to make sd cards running faster.

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

---

Changes in v2:
- Add mmc caps for individual board file

 arch/arm/boot/dts/rk3188-radxarock.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index d2180e5..2f37ea7 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -287,7 +287,8 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
 	vmmc-supply = <&vcc_sd0>;
-
+	cap-mmc-highspeed;
+	cap-sd-highspeed;
 	bus-width = <4>;
 	disable-wp;
 };
-- 
2.3.7


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1223369 — [PATCH v2 3/3] ARM: dts: support Highspeed for rk3066a-rayeager

FromShawn Lin <shawn.lin@rock-chips.com>
Date2015-09-12 12:10 +0200
Subject[PATCH v2 3/3] ARM: dts: support Highspeed for rk3066a-rayeager
Message-ID<q7PUR-5MK-9@gated-at.bofh.it>
In reply to#1223368
Add cap-sd-highspeed and cap-mmc-highspeed for rk3066a-rayeager
board to make sd cards running faster.

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

Changes in v2: None

 arch/arm/boot/dts/rk3066a-rayeager.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/rk3066a-rayeager.dts b/arch/arm/boot/dts/rk3066a-rayeager.dts
index e36383c..341c1f8 100644
--- a/arch/arm/boot/dts/rk3066a-rayeager.dts
+++ b/arch/arm/boot/dts/rk3066a-rayeager.dts
@@ -330,6 +330,8 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
 	vmmc-supply = <&vcc_sd>;
+	cap-mmc-highspeed;
+	cap-sd-highspeed;
 	status = "okay";
 };
 
-- 
2.3.7


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1227433

FromHeiko Stübner <heiko@sntech.de>
Date2015-09-18 00:00 +0200
Message-ID<q9PnI-85q-17@gated-at.bofh.it>
In reply to#1223368
Hi Shawn,

Am Samstag, 12. September 2015, 18:00:50 schrieb Shawn Lin:
> Add cap-sd-highspeed and cap-mmc-highspeed for rk3188-radxarock
> board to make sd cards running faster.
> 
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

I've applied your patches to my dts-branch [0]. I did merge the two rk3066 
board changes into one patch, so there is now one for rk3188 and one for 3066.


[0] https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.4-armsoc/dts32
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web