Linux-Samsung-soc Archive mirror
 help / color / mirror / Atom feed
* [PATCHv2] ARM: dts: change the compatible from exynos5250 to exynos5420 for mshc
@ 2015-10-23  2:01 Jaehoon Chung
  2015-10-23  2:14 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Jaehoon Chung @ 2015-10-23  2:01 UTC (permalink / raw
  To: linux-mmc, linux-samsung-soc
  Cc: ulf.hansson, kgene, k.kozlowski, linux-arm-kernel, Jaehoon Chung

Exynos3250 and exnos5250 are some differences in Mobile Storage Host.
(For example, exynos3250 support the HS400 mode, but exynos5250 doesn't
support it.)
Exynos3250 can perform the similar function with exynos5420 compatible.
So this patch changes the compatible from exynos5250 to exynos5420
for mshc.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
Changelog v2:
	- Drop "mmc: dw_mmc: exynos: Add the exynos3250 compatible" patch.
	- Describe commit-message more detailedly than before.
	- Change to exynos5420, not add new compatible (exynos3250).

 arch/arm/boot/dts/exynos3250.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 033def4..2f30d63 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -333,7 +333,7 @@
 		};
 
 		mshc_0: mshc@12510000 {
-			compatible = "samsung,exynos5250-dw-mshc";
+			compatible = "samsung,exynos5420-dw-mshc";
 			reg = <0x12510000 0x1000>;
 			interrupts = <0 142 0>;
 			clocks = <&cmu CLK_SDMMC0>, <&cmu CLK_SCLK_MMC0>;
@@ -345,7 +345,7 @@
 		};
 
 		mshc_1: mshc@12520000 {
-			compatible = "samsung,exynos5250-dw-mshc";
+			compatible = "samsung,exynos5420-dw-mshc";
 			reg = <0x12520000 0x1000>;
 			interrupts = <0 143 0>;
 			clocks = <&cmu CLK_SDMMC1>, <&cmu CLK_SCLK_MMC1>;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCHv2] ARM: dts: change the compatible from exynos5250 to exynos5420 for mshc
  2015-10-23  2:01 [PATCHv2] ARM: dts: change the compatible from exynos5250 to exynos5420 for mshc Jaehoon Chung
@ 2015-10-23  2:14 ` Krzysztof Kozlowski
  2015-10-23 18:36   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-23  2:14 UTC (permalink / raw
  To: Jaehoon Chung, linux-mmc, linux-samsung-soc
  Cc: ulf.hansson, kgene, linux-arm-kernel

On 23.10.2015 11:01, Jaehoon Chung wrote:
> Exynos3250 and exnos5250 are some differences in Mobile Storage Host.
> (For example, exynos3250 support the HS400 mode, but exynos5250 doesn't
> support it.)
> Exynos3250 can perform the similar function with exynos5420 compatible.
> So this patch changes the compatible from exynos5250 to exynos5420
> for mshc.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
> Changelog v2:
> 	- Drop "mmc: dw_mmc: exynos: Add the exynos3250 compatible" patch.
> 	- Describe commit-message more detailedly than before.
> 	- Change to exynos5420, not add new compatible (exynos3250).
> 
>  arch/arm/boot/dts/exynos3250.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)


Thanks! Looks good:

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCHv2] ARM: dts: change the compatible from exynos5250 to exynos5420 for mshc
  2015-10-23  2:14 ` Krzysztof Kozlowski
@ 2015-10-23 18:36   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2015-10-23 18:36 UTC (permalink / raw
  To: Krzysztof Kozlowski
  Cc: Jaehoon Chung, linux-mmc, linux-samsung-soc, ulf.hansson, kgene,
	linux-arm-kernel

On 10/23/15 11:14, Krzysztof Kozlowski wrote:
> On 23.10.2015 11:01, Jaehoon Chung wrote:
>> Exynos3250 and exnos5250 are some differences in Mobile Storage Host.
>> (For example, exynos3250 support the HS400 mode, but exynos5250 doesn't
>> support it.)
>> Exynos3250 can perform the similar function with exynos5420 compatible.
>> So this patch changes the compatible from exynos5250 to exynos5420
>> for mshc.
>>
>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>> ---
>> Changelog v2:
>> 	- Drop "mmc: dw_mmc: exynos: Add the exynos3250 compatible" patch.
>> 	- Describe commit-message more detailedly than before.
>> 	- Change to exynos5420, not add new compatible (exynos3250).
>>
>>  arch/arm/boot/dts/exynos3250.dtsi | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 
> Thanks! Looks good:
> 
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> 
Applied, thanks.

- Kukjin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-23 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23  2:01 [PATCHv2] ARM: dts: change the compatible from exynos5250 to exynos5420 for mshc Jaehoon Chung
2015-10-23  2:14 ` Krzysztof Kozlowski
2015-10-23 18:36   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).