Re: [PATCH v2 08/10] ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.

2014-07-09 Thread Ulf Hansson
On 4 June 2014 18:07, Peter Griffin peter.grif...@linaro.org wrote: The second controller is only present on the stih416 SoC. Also mark this as non-removeable as its eMMC. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org Acked-by:

Re: [PATCH v2 08/10] ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.

2014-07-09 Thread Peter Griffin
Hi Ulf, Many thanks for looking at this. + + mmc1: sdhci@fe81f000 { + status = okay; + bus-width= 8; + non-removable; + }; }; Hi Peter, I was trying to apply this

Re: [PATCH v2 08/10] ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.

2014-07-09 Thread Maxime Coquelin
Hi Ulf, Peter, I will queue the DT patches to my pull request for v3.17. Peter, I will need it to be rebased anyway. Thanks, Maxime On 07/09/2014 12:30 PM, Peter Griffin wrote: Hi Ulf, Many thanks for looking at this. + + mmc1: sdhci@fe81f000 { +

Re: [PATCH v2 08/10] ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.

2014-07-09 Thread Ulf Hansson
On 9 July 2014 13:00, Maxime Coquelin maxime.coque...@st.com wrote: Hi Ulf, Peter, I will queue the DT patches to my pull request for v3.17. Peter, I will need it to be rebased anyway. Okay. I will apply patch1 and patch 2 for next. You can add my ack for patch 9 and 10,

[PATCH v2 08/10] ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.

2014-06-04 Thread Peter Griffin
The second controller is only present on the stih416 SoC. Also mark this as non-removeable as its eMMC. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org Acked-by: Lee Jones lee.jo...@linaro.org Acked-by: Maxime Coquelin