Re: [linux-sunxi][PATCH] ARM: dts: sun7i: Add I2S0 pinctrl settings

2017-07-24 Thread Code Kipper
No...I've only got an Olimex SOM EVB which exposes these pins on a GPIO header (like many of the dev boards). Just thought if we included them in the dtsi then adding overlays for i2s devices would be simplified. BR, CK On 24 July 2017 at 10:20, Maxime Ripard wrote: > Hi Marcus, > > On Sat, Jul 2

Re: [linux-sunxi][PATCH] ARM: dts: sun7i: Add I2S0 pinctrl settings

2017-07-24 Thread Maxime Ripard
Hi Marcus, On Sat, Jul 22, 2017 at 08:43:13AM +0200, codekip...@gmail.com wrote: > From: Marcus Cooper > > The A20 SoC has a couple of i2s blocks. This patch adds > the pinctrl settings for block i2s0. > > Signed-off-by: Marcus Cooper We're not adding pin groups that are not used by anyone. I

[linux-sunxi][PATCH] ARM: dts: sun7i: Add I2S0 pinctrl settings

2017-07-21 Thread codekipper
From: Marcus Cooper The A20 SoC has a couple of i2s blocks. This patch adds the pinctrl settings for block i2s0. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sun7i-a20.dtsi | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/a