arm: dts: artik710: modify shift of eMMC
authorSowon Na <sowon.na@samsung.com>
Thu, 12 Jul 2018 19:24:16 +0000 (04:24 +0900)
committerSowon Na <sowon.na@samsung.com>
Thu, 12 Jul 2018 19:24:16 +0000 (04:24 +0900)
This patch modifies drive_shift and sample_shift of eMMC.

The drive_shift can have values as 0 to 3. The value "0" means
degree 0, "1" means degree 90, "2" means degree 180 and "3" means
degree 270. In the same as drive_shift, the sample_shift can have
values as 0 to 3. The meanings of values are also the same.

There is sometimes eMMC read fail during booting, and it occured
because of end-bit error. This patch solves it.

Change-Id: I06e6a840df4ecac7d5c82e40b74ebc580b9027c0
Signed-off-by: Sowon Na <sowon.na@samsung.com>
arch/arm/dts/s5p6818-artik710-raptor.dts

index 88fbc02944eff4ee152b24dbc700a7fca4ccc259..f4fc6e9c0df3eb2cf8f26cd6d5f9c6c0148afbda 100644 (file)
@@ -18,9 +18,9 @@
        mmc0:mmc@c0062000 {
                frequency = <100000000>;
                nexell,drive_dly = <0x0>;
-               nexell,drive_shift = <0x03>;
+               nexell,drive_shift = <0x01>;
                nexell,sample_dly = <0x00>;
-               nexell,sample_shift = <0x02>;
+               nexell,sample_shift = <0x00>;
                status = "okay";
        };