* [PATCH] arm64: dts: exynos: remove num-slots from exynos platforms @ 2017-07-04 9:17 ` Shawn Lin 2017-07-05 2:25 ` Jaehoon Chung 2017-07-18 5:15 ` Krzysztof Kozlowski 0 siblings, 2 replies; 3+ messages in thread From: Shawn Lin @ 2017-07-04 9:17 UTC (permalink / raw) To: linux-arm-kernel dwmmc driver deprecated num-slots and plan to get rid of it finally. Just move a step to cleanup it from DT. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 2 -- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index e2b0da2..7f693ae 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi @@ -846,7 +846,6 @@ &mshc_0 { status = "okay"; - num-slots = <1>; mmc-hs200-1_8v; mmc-hs400-1_8v; cap-mmc-highspeed; @@ -868,7 +867,6 @@ &mshc_2 { status = "okay"; - num-slots = <1>; cap-sd-highspeed; disable-wp; cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>; diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index e5892bb..4a8b1fb 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -359,7 +359,6 @@ &mmc_0 { status = "okay"; - num-slots = <1>; cap-mmc-highspeed; mmc-hs200-1_8v; non-removable; @@ -375,7 +374,6 @@ &mmc_2 { status = "okay"; - num-slots = <1>; cap-sd-highspeed; card-detect-delay = <200>; clock-frequency = <400000000>; -- 1.9.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] arm64: dts: exynos: remove num-slots from exynos platforms 2017-07-04 9:17 ` [PATCH] arm64: dts: exynos: remove num-slots from exynos platforms Shawn Lin @ 2017-07-05 2:25 ` Jaehoon Chung 2017-07-18 5:15 ` Krzysztof Kozlowski 1 sibling, 0 replies; 3+ messages in thread From: Jaehoon Chung @ 2017-07-05 2:25 UTC (permalink / raw) To: linux-arm-kernel On 07/04/2017 06:17 PM, Shawn Lin wrote: > dwmmc driver deprecated num-slots and plan to get rid > of it finally. Just move a step to cleanup it from DT. > > Cc: Jaehoon Chung <jh80.chung@samsung.com> > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> > --- > > arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 2 -- > arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 -- > 2 files changed, 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi > index e2b0da2..7f693ae 100644 > --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi > @@ -846,7 +846,6 @@ > > &mshc_0 { > status = "okay"; > - num-slots = <1>; > mmc-hs200-1_8v; > mmc-hs400-1_8v; > cap-mmc-highspeed; > @@ -868,7 +867,6 @@ > > &mshc_2 { > status = "okay"; > - num-slots = <1>; > cap-sd-highspeed; > disable-wp; > cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>; > diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > index e5892bb..4a8b1fb 100644 > --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts > @@ -359,7 +359,6 @@ > > &mmc_0 { > status = "okay"; > - num-slots = <1>; > cap-mmc-highspeed; > mmc-hs200-1_8v; > non-removable; > @@ -375,7 +374,6 @@ > > &mmc_2 { > status = "okay"; > - num-slots = <1>; > cap-sd-highspeed; > card-detect-delay = <200>; > clock-frequency = <400000000>; > ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] arm64: dts: exynos: remove num-slots from exynos platforms 2017-07-04 9:17 ` [PATCH] arm64: dts: exynos: remove num-slots from exynos platforms Shawn Lin 2017-07-05 2:25 ` Jaehoon Chung @ 2017-07-18 5:15 ` Krzysztof Kozlowski 1 sibling, 0 replies; 3+ messages in thread From: Krzysztof Kozlowski @ 2017-07-18 5:15 UTC (permalink / raw) To: linux-arm-kernel On Tue, Jul 04, 2017 at 05:17:39PM +0800, Shawn Lin wrote: > dwmmc driver deprecated num-slots and plan to get rid > of it finally. Just move a step to cleanup it from DT. > > Cc: Jaehoon Chung <jh80.chung@samsung.com> > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> > --- > > arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 2 -- > arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 -- > 2 files changed, 4 deletions(-) > Thanks, applied. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-18 5:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20170704091754epcas2p4d4f5717b2cd00570521f68b5f2e10237@epcas2p4.samsung.com>
2017-07-04 9:17 ` [PATCH] arm64: dts: exynos: remove num-slots from exynos platforms Shawn Lin
2017-07-05 2:25 ` Jaehoon Chung
2017-07-18 5:15 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox