Message ID | 1386571118-17793-2-git-send-email-yuvaraj.cd@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Yuvaraj, On Sun, Dec 8, 2013 at 10:38 PM, Yuvaraj Kumar C D <yuvaraj.cd@gmail.com> wrote: > Commit 64c138a ("ARM: dts: Move fifo-depth property from exynos5250 > board dts") missed out handling the exynos5250 snow dts file. > Deletes the fifo-depth property, as this property has been moved to > SOC specific exynos5250.dtsi file. > > Signed-off-by : Abhilash Kesavan <a.kesavan@samsung.com> > > Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com> Reviewed-by: Doug Anderson <dianders@chromium.org> -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 12/10/13 01:19, Doug Anderson wrote: > Yuvaraj, > > On Sun, Dec 8, 2013 at 10:38 PM, Yuvaraj Kumar C D<yuvaraj.cd@gmail.com> wrote: >> Commit 64c138a ("ARM: dts: Move fifo-depth property from exynos5250 >> board dts") missed out handling the exynos5250 snow dts file. >> Deletes the fifo-depth property, as this property has been moved to >> SOC specific exynos5250.dtsi file. >> >> Signed-off-by : Abhilash Kesavan<a.kesavan@samsung.com> No need space between "by" and ":". >> >> Signed-off-by: Yuvaraj Kumar C D<yuvaraj.cd@samsung.com> > > Reviewed-by: Doug Anderson<dianders@chromium.org> Looks good, applied. Thanks, Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/cros5250-common.dtsi b/arch/arm/boot/dts/cros5250-common.dtsi index 1ceb62e..2dd70e9 100644 --- a/arch/arm/boot/dts/cros5250-common.dtsi +++ b/arch/arm/boot/dts/cros5250-common.dtsi @@ -233,7 +233,6 @@ num-slots = <1>; supports-highspeed; broken-cd; - fifo-depth = <0x80>; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; samsung,dw-mshc-sdr-timing = <2 3>; @@ -250,7 +249,6 @@ mmc@12220000 { num-slots = <1>; supports-highspeed; - fifo-depth = <0x80>; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; samsung,dw-mshc-sdr-timing = <2 3>; @@ -269,7 +267,6 @@ num-slots = <1>; supports-highspeed; broken-cd; - fifo-depth = <0x80>; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; samsung,dw-mshc-sdr-timing = <2 3>;
Commit 64c138a ("ARM: dts: Move fifo-depth property from exynos5250 board dts") missed out handling the exynos5250 snow dts file. Deletes the fifo-depth property, as this property has been moved to SOC specific exynos5250.dtsi file. Signed-off-by : Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com> --- arch/arm/boot/dts/cros5250-common.dtsi | 3 --- 1 file changed, 3 deletions(-)