On 10/18/13 20:07, Yuvaraj Kumar wrote:
Gentle Ping...

On Thu, Sep 26, 2013 at 12:13 PM, Yuvaraj Kumar<yuvaraj...@gmail.com>  wrote:
Hi Kukjin,
  Can you please take this patch to your tree?

Best Regards
Yuvaraj

On Tue, Sep 3, 2013 at 11:30 AM, Yuvaraj Kumar C D<yuvaraj...@gmail.com>  wrote:
This patch adds the mmc device tree node entries for exynos5420 SOC.
Exynos5420 has a different version of DWMMC controller,so a new
compatible string is used to distinguish it from the prior SOC's.

This patch depends on
         [1]mmc: dw_mmc: exynos: configure SMU in exynos5420
         [2]mmc: dw_mmc: exynos: Add a new compatible string for exynos5420
         [3]mmc: dw_mmc: update binding document exynos-dw-mshc.txt


Yuvaraj,

Looks good to me, applied but please make sure above patches are merged into mmc tree for upcoming merge window.

Thanks,
Kukjin


changes since v6:
         1.renamed node name to mmc
         2.Used compatible string "samsung,exynos5420-dw-mshc"
           for controller instance which does not have SMU.
         3.Used compatible string "samsung,exynos5420-dw-mshc-smu"
           for controller instance which has SMU.

changes since v5:
         1.removed instance index from node name.
         2.changed the node name to mshc.
         3.changed the reg property value for mshc_2.

changes since v4:
         1.Droppped the bypass-smu binding property.
         2.Used compatible string "samsung,exynos5250-dw-mshc"
           for controller instance which does not have SMU.

changes since V3:
         1.change fifo-depth size from 0x80 to 0x40
         2.Move the below properties
                 a.card-detect-delay
                 b.samsung,dw-mshc-ciu-div
                 c.samsung,dw-mshc-sdr-timing
                 d.samsung,dw-mshc-ddr-timing
         from SOC dts to board dts file as suggested by Doug Anderson

changes since V2:
         1.dropped num-slots property from node as its not required
           if number of card slots available is 1.

         2.Move the below properties
                 a.fifo-depth
                 b.card-detect-delay
                 c.samsung,dw-mshc-ciu-div
                 d.samsung,dw-mshc-sdr-timing
                 e.samsung,dw-mshc-ddr-timing
         from board dts to SOC dts,as these are not board specific properties.

         3.Updated the binding document exynos-dw-mshc.txt.

changes since V1:
         1.disable node by status = disabled in SOC file
         2.enable node by status = okay in board specific file

Signed-off-by: Yuvaraj Kumar C D<yuvaraj...@samsung.com>
---
  .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |    2 +
  arch/arm/boot/dts/exynos5420-smdk5420.dts          |   33 +++++++++++++++++
  arch/arm/boot/dts/exynos5420.dtsi                  |   39 ++++++++++++++++++++
  3 files changed, 74 insertions(+)
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to