Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-27 Thread Antoine Tenart
On Wed, May 27, 2015 at 10:36:25AM +0200, Sebastian Hesselbarth wrote: > On 25.05.2015 11:01, Antoine Tenart wrote: > >On Thu, May 21, 2015 at 01:21:42AM +0200, Sebastian Hesselbarth wrote: > >>On 20.05.2015 14:53, Antoine Tenart wrote: > >>>+ > >>>+ spi0_pmux: spi0-pmux {

Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-27 Thread Sebastian Hesselbarth
On 25.05.2015 11:01, Antoine Tenart wrote: On Thu, May 21, 2015 at 01:21:42AM +0200, Sebastian Hesselbarth wrote: On 20.05.2015 14:53, Antoine Tenart wrote: + + spi0_pmux: spi0-pmux { + groups = "G8", "G9", "G10", "G11"; +

Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-25 Thread Antoine Tenart
On Thu, May 21, 2015 at 01:21:42AM +0200, Sebastian Hesselbarth wrote: > On 20.05.2015 14:53, Antoine Tenart wrote: > >+ > >+spi0_pmux: spi0-pmux { > >+groups = "G8", "G9", "G10", "G11"; > >+functio

Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-25 Thread Antoine Tenart
Sebastian, On Wed, May 20, 2015 at 06:58:35PM +0200, Sebastian Hesselbarth wrote: > On 20.05.2015 14:53, Antoine Tenart wrote: > >The BG2Q SoC has two SPI controllers. Add the corresponding nodes. > > > >Signed-off-by: Antoine Tenart > >--- > > > >Based on top of the Berlin clock rework series. >

Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-20 Thread Sebastian Hesselbarth
On 20.05.2015 14:53, Antoine Tenart wrote: The BG2Q SoC has two SPI controllers. Add the corresponding nodes. Signed-off-by: Antoine Tenart --- [...] Some more I noticed while looking at BG2's spi controllers. diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi in

Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-20 Thread Sebastian Hesselbarth
On 20.05.2015 14:53, Antoine Tenart wrote: The BG2Q SoC has two SPI controllers. Add the corresponding nodes. Signed-off-by: Antoine Tenart --- Based on top of the Berlin clock rework series. arch/arm/boot/dts/berlin2q.dtsi | 38 ++ 1 file changed, 38 in

[PATCH] ARM: berlin: add SPI nodes for BG2Q

2015-05-20 Thread Antoine Tenart
The BG2Q SoC has two SPI controllers. Add the corresponding nodes. Signed-off-by: Antoine Tenart --- Based on top of the Berlin clock rework series. arch/arm/boot/dts/berlin2q.dtsi | 38 ++ 1 file changed, 38 insertions(+) diff --git a/arch/arm/boot/dts/ber