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


Groups > linux.kernel > #1534136 > unrolled thread

[PATCH] ARM: dts: da850: enable high speed for mmc

Started byAxel Haslam <ahaslam@baylibre.com>
First post2016-12-01 15:20 +0100
Last post2016-12-06 10:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: da850: enable high speed for mmc Axel Haslam <ahaslam@baylibre.com> - 2016-12-01 15:20 +0100
    Re: [PATCH] ARM: dts: da850: enable high speed for mmc Sekhar Nori <nsekhar@ti.com> - 2016-12-06 10:40 +0100

#1534136 — [PATCH] ARM: dts: da850: enable high speed for mmc

FromAxel Haslam <ahaslam@baylibre.com>
Date2016-12-01 15:20 +0100
Subject[PATCH] ARM: dts: da850: enable high speed for mmc
Message-ID<sJAno-4Xx-19@gated-at.bofh.it>
The mmc controller in da850 supports high speed modes
so add cap-sd-highspeed and cap-mmc-highspeed.

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
---
 arch/arm/boot/dts/da850.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index ffc6e1a..0bfb1c0 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -316,6 +316,8 @@
 		mmc0: mmc@40000 {
 			compatible = "ti,da830-mmc";
 			reg = <0x40000 0x1000>;
+			cap-sd-highspeed;
+			cap-mmc-highspeed;
 			interrupts = <16>;
 			dmas = <&edma0 16 0>, <&edma0 17 0>;
 			dma-names = "rx", "tx";
@@ -324,6 +326,8 @@
 		mmc1: mmc@21b000 {
 			compatible = "ti,da830-mmc";
 			reg = <0x21b000 0x1000>;
+			cap-sd-highspeed;
+			cap-mmc-highspeed;
 			interrupts = <72>;
 			dmas = <&edma1 28 0>, <&edma1 29 0>;
 			dma-names = "rx", "tx";
-- 
2.9.3

[toc] | [next] | [standalone]


#1536793

FromSekhar Nori <nsekhar@ti.com>
Date2016-12-06 10:40 +0100
Message-ID<sLko9-eo-7@gated-at.bofh.it>
In reply to#1534136
On Thursday 01 December 2016 07:40 PM, Axel Haslam wrote:
> The mmc controller in da850 supports high speed modes
> so add cap-sd-highspeed and cap-mmc-highspeed.
> 
> Signed-off-by: Axel Haslam <ahaslam@baylibre.com>

Forgot to reply earlier, but this was applied.

Thanks,
Sekhar

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web