Re: [PATCHv2] arm64: dts: exynos: add the mshc_2 node for supporting T-Flash

2016-11-21 Thread Krzysztof Kozlowski
On Mon, Nov 21, 2016 at 01:58:39PM +0900, Jaehoon Chung wrote: > Add the mshc_2 node for supporting T-flash. > > And it needs to add the "mshc*" aliases. Because dwmmc driver should be > assigned to "ctrl_id" after parsing to "mshc". > If there is no aliases for mshc, then it might be set to the w

[PATCHv2] arm64: dts: exynos: add the mshc_2 node for supporting T-Flash

2016-11-20 Thread Jaehoon Chung
Add the mshc_2 node for supporting T-flash. And it needs to add the "mshc*" aliases. Because dwmmc driver should be assigned to "ctrl_id" after parsing to "mshc". If there is no aliases for mshc, then it might be set to the wrong capabilities. Signed-off-by: Jaehoon Chung --- Changelog on V2: -