aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Faerber <afaerber@suse.de>2015-03-17 12:25:18 -0400
committerKukjin Kim <kgene@kernel.org>2015-03-17 12:25:44 -0400
commit7e9e20b1faab02357501553d7f4e3efec1b4cfd3 (patch)
treeb2b6cc25407d5dc21054279a0bf2ddada60913c5
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
ARM: dts: fix mmc node updates for exynos5250-spring
Resolve a merge conflict with mmc refactoring aaa25a5a33cb ("ARM: dts: unuse the slot-node and deprecate the supports-highspeed for dw-mmc in exynos") by dropping the slot@0 nodes, moving its bus-width property to the mmc node and replacing supports-highspeed with cap-{mmc,sd}-highspeed, matching exynos5250-snow. Cc: Jaehoon Chung <jh80.chung@samsung.com> Fixes: 53dd4138bb0a ("ARM: dts: Add exynos5250-spring device tree") Signed-off-by: Andreas Faerber <afaerber@suse.de> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Cc: <stable@vger.kernel.org> [3.19+] Signed-off-by: Kukjin Kim <kgene@kernel.org>
-rw-r--r--arch/arm/boot/dts/exynos5250-spring.dts16
1 files changed, 4 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts
index f02775487cd4..c41600e587e0 100644
--- a/arch/arm/boot/dts/exynos5250-spring.dts
+++ b/arch/arm/boot/dts/exynos5250-spring.dts
@@ -429,7 +429,6 @@
429&mmc_0 { 429&mmc_0 {
430 status = "okay"; 430 status = "okay";
431 num-slots = <1>; 431 num-slots = <1>;
432 supports-highspeed;
433 broken-cd; 432 broken-cd;
434 card-detect-delay = <200>; 433 card-detect-delay = <200>;
435 samsung,dw-mshc-ciu-div = <3>; 434 samsung,dw-mshc-ciu-div = <3>;
@@ -437,11 +436,8 @@
437 samsung,dw-mshc-ddr-timing = <1 2>; 436 samsung,dw-mshc-ddr-timing = <1 2>;
438 pinctrl-names = "default"; 437 pinctrl-names = "default";
439 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4 &sd0_bus8>; 438 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4 &sd0_bus8>;
440 439 bus-width = <8>;
441 slot@0 { 440 cap-mmc-highspeed;
442 reg = <0>;
443 bus-width = <8>;
444 };
445}; 441};
446 442
447/* 443/*
@@ -451,7 +447,6 @@
451&mmc_1 { 447&mmc_1 {
452 status = "okay"; 448 status = "okay";
453 num-slots = <1>; 449 num-slots = <1>;
454 supports-highspeed;
455 broken-cd; 450 broken-cd;
456 card-detect-delay = <200>; 451 card-detect-delay = <200>;
457 samsung,dw-mshc-ciu-div = <3>; 452 samsung,dw-mshc-ciu-div = <3>;
@@ -459,11 +454,8 @@
459 samsung,dw-mshc-ddr-timing = <1 2>; 454 samsung,dw-mshc-ddr-timing = <1 2>;
460 pinctrl-names = "default"; 455 pinctrl-names = "default";
461 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>; 456 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>;
462 457 bus-width = <4>;
463 slot@0 { 458 cap-sd-highspeed;
464 reg = <0>;
465 bus-width = <4>;
466 };
467}; 459};
468 460
469&pinctrl_0 { 461&pinctrl_0 {