Re: [PATCHv3 4/4] ARM: dts: replace the slot property into slot sub-node for dwmmc.

2014-06-02 Thread Dinh Nguyen
On 05/30/2014 01:15 PM, Heiko Stübner wrote: Am Freitag, 30. Mai 2014, 21:54:13 schrieb Seungwon Jeon: + Dinh Nguyen + Heiko Stuebner On Wed, May 28, 2014, Jaehoon Chung wrote: dw-mmc controller can support the multiple slot. So each slot's property can be difference. And "support-highspee

Re: [PATCHv3 4/4] ARM: dts: replace the slot property into slot sub-node for dwmmc.

2014-05-30 Thread Heiko Stübner
Am Freitag, 30. Mai 2014, 21:54:13 schrieb Seungwon Jeon: > + Dinh Nguyen > + Heiko Stuebner > > On Wed, May 28, 2014, Jaehoon Chung wrote: > > dw-mmc controller can support the multiple slot. > > So each slot's property can be difference. > > And "support-highspeed" property in dw-mmc is deprec

RE: [PATCHv3 4/4] ARM: dts: replace the slot property into slot sub-node for dwmmc.

2014-05-30 Thread Seungwon Jeon
+ Dinh Nguyen + Heiko Stuebner On Wed, May 28, 2014, Jaehoon Chung wrote: > dw-mmc controller can support the multiple slot. > So each slot's property can be difference. > And "support-highspeed" property in dw-mmc is deprecated. > "support-highspeed" property can be replaced to "cap-sd/mmc-high

[PATCHv3 4/4] ARM: dts: replace the slot property into slot sub-node for dwmmc.

2014-05-27 Thread Jaehoon Chung
dw-mmc controller can support the multiple slot. So each slot's property can be difference. And "support-highspeed" property in dw-mmc is deprecated. "support-highspeed" property can be replaced to "cap-sd/mmc-highspeed". Signed-off-by: Jaehoon Chung --- Changelog V3: - Merge "[PATCH 2/5]