Re: [PATCHv6 2/2] ARM: dts: unuse the slot-node and deprecated supports-highspeed for dw-mmc.

2014-06-10 Thread Jaehoon Chung
Hi, Dinh. Thanks for pointing out. Will Fix it. Best Regards, Jaehoon Chung On 06/10/2014 12:53 AM, Dinh Nguyen wrote: > On Mon, 2014-06-09 at 12:34 +0900, Jaehoon Chung wrote: >> dw-mmc controller can support multiple slots. >> But, there are no use-cases anywhere. So we don't need to support t

Re: [PATCHv6 2/2] ARM: dts: unuse the slot-node and deprecated supports-highspeed for dw-mmc.

2014-06-09 Thread Dinh Nguyen
On Mon, 2014-06-09 at 12:34 +0900, Jaehoon Chung wrote: > dw-mmc controller can support multiple slots. > But, there are no use-cases anywhere. So we don't need to support the > slot-node for dw-mmc controller. > And "supports-highspeed" property in dw-mmc is deprecated. > "supports-highspeed" prop

[PATCHv6 2/2] ARM: dts: unuse the slot-node and deprecated supports-highspeed for dw-mmc.

2014-06-08 Thread Jaehoon Chung
dw-mmc controller can support multiple slots. But, there are no use-cases anywhere. So we don't need to support the slot-node for dw-mmc controller. And "supports-highspeed" property in dw-mmc is deprecated. "supports-highspeed" property can be replaced to "cap-sd/mmc-highspeed". Signed-off-by: Ja