* [PATCH] ARM: dts: Update exynos5250-spring with mmc node changes
@ 2015-02-18 16:10 Andreas Färber
[not found] ` <1424275812-6797-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Färber @ 2015-02-18 16:10 UTC (permalink / raw)
To: linux-samsung-soc
Cc: linux-arm-kernel, devicetree, Vincent Palatin, Doug Anderson,
Javier Martinez Canillas, Tomasz Figa, Andreas Färber,
Jaehoon Chung, Rob Herring, Pawel Moll, Mark Rutland,
Ian Campbell, Kumar Gala, Russell King, Kukjin Kim, open list
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 Färber <afaerber@suse.de>
---
arch/arm/boot/dts/exynos5250-spring.dts | 16 ++++------------
1 file 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 @@
&mmc_0 {
status = "okay";
num-slots = <1>;
- supports-highspeed;
broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
@@ -437,11 +436,8 @@
samsung,dw-mshc-ddr-timing = <1 2>;
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4 &sd0_bus8>;
-
- slot@0 {
- reg = <0>;
- bus-width = <8>;
- };
+ bus-width = <8>;
+ cap-mmc-highspeed;
};
/*
@@ -451,7 +447,6 @@
&mmc_1 {
status = "okay";
num-slots = <1>;
- supports-highspeed;
broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
@@ -459,11 +454,8 @@
samsung,dw-mshc-ddr-timing = <1 2>;
pinctrl-names = "default";
pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>;
-
- slot@0 {
- reg = <0>;
- bus-width = <4>;
- };
+ bus-width = <4>;
+ cap-sd-highspeed;
};
&pinctrl_0 {
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1424275812-6797-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>]
* Re: [PATCH] ARM: dts: Update exynos5250-spring with mmc node changes [not found] ` <1424275812-6797-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org> @ 2015-02-19 11:46 ` Javier Martinez Canillas [not found] ` <54E5CD2E.9070608-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Javier Martinez Canillas @ 2015-02-19 11:46 UTC (permalink / raw) To: Andreas Färber, linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, Vincent Palatin, Doug Anderson, Tomasz Figa, Jaehoon Chung, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, Kukjin Kim, open list Hello Andreas, On 02/18/2015 05:10 PM, Andreas Färber wrote: > 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-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > Fixes: 53dd4138bb0a ("ARM: dts: Add exynos5250-spring device tree") > Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> > --- > arch/arm/boot/dts/exynos5250-spring.dts | 16 ++++------------ > 1 file changed, 4 insertions(+), 12 deletions(-) > Reviewed-by: Javier Martinez Canillas <javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org> Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <54E5CD2E.9070608-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>]
* Re: [PATCH] ARM: dts: Update exynos5250-spring with mmc node changes [not found] ` <54E5CD2E.9070608-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org> @ 2015-03-16 14:55 ` Andreas Färber 2015-03-17 16:27 ` Kukjin Kim 0 siblings, 1 reply; 4+ messages in thread From: Andreas Färber @ 2015-03-16 14:55 UTC (permalink / raw) To: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, Kukjin Kim Cc: Javier Martinez Canillas, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, Vincent Palatin, Doug Anderson, Tomasz Figa, Jaehoon Chung, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, LKML Am 19.02.2015 um 12:46 schrieb Javier Martinez Canillas: > Hello Andreas, > > On 02/18/2015 05:10 PM, Andreas Färber wrote: >> 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-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> >> Fixes: 53dd4138bb0a ("ARM: dts: Add exynos5250-spring device tree") >> Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org> >> --- >> arch/arm/boot/dts/exynos5250-spring.dts | 16 ++++------------ >> 1 file changed, 4 insertions(+), 12 deletions(-) >> > > Reviewed-by: Javier Martinez Canillas <javier.martinez-ZGY8ohtN/8oXa1LcwEujcA@public.gmane.orgk> Ping! > > Best regards, > Javier -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: Update exynos5250-spring with mmc node changes 2015-03-16 14:55 ` Andreas Färber @ 2015-03-17 16:27 ` Kukjin Kim 0 siblings, 0 replies; 4+ messages in thread From: Kukjin Kim @ 2015-03-17 16:27 UTC (permalink / raw) To: Andreas Färber Cc: linux-samsung-soc, Kukjin Kim, Javier Martinez Canillas, linux-arm-kernel, devicetree, Vincent Palatin, Doug Anderson, Tomasz Figa, Jaehoon Chung, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, LKML On 03/16/15 23:55, Andreas Färber wrote: > Am 19.02.2015 um 12:46 schrieb Javier Martinez Canillas: >> Hello Andreas, >> Hi, >> On 02/18/2015 05:10 PM, Andreas Färber wrote: >>> 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 Färber <afaerber@suse.de> >>> --- >>> arch/arm/boot/dts/exynos5250-spring.dts | 16 ++++------------ >>> 1 file changed, 4 insertions(+), 12 deletions(-) >>> >> >> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> > > Ping! > Thanks, applied with 'Cc: <stable@vger.kernel.org> [3.19+]' - Kukjin ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-17 16:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 16:10 [PATCH] ARM: dts: Update exynos5250-spring with mmc node changes Andreas Färber
[not found] ` <1424275812-6797-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2015-02-19 11:46 ` Javier Martinez Canillas
[not found] ` <54E5CD2E.9070608-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
2015-03-16 14:55 ` Andreas Färber
2015-03-17 16:27 ` Kukjin Kim
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox