diff mbox

[1/4] ARM: Kirkwood: Add pinctrl of TWSI1 to 88f6282

Message ID 1356230077-15340-1-git-send-email-iwamatsu@nigauri.org (mailing list archive)
State New, archived
Headers show

Commit Message

Nobuhiro Iwamatsu Dec. 23, 2012, 2:34 a.m. UTC
The 88f6282 has one more TWSI(TWSI1). This add the information to enable
pinctl of TWSI1.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/boot/dts/kirkwood-6282.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Jason Cooper Jan. 12, 2013, 9:35 p.m. UTC | #1
On Sun, Dec 23, 2012 at 11:34:34AM +0900, Nobuhiro Iwamatsu wrote:
> The 88f6282 has one more TWSI(TWSI1). This add the information to enable
> pinctl of TWSI1.
> 
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> ---

Patches 1,3 and 4 applied to mvebu/dt (#2 already in mvebu/fixes).

thx,

Jason.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi b/arch/arm/boot/dts/kirkwood-6282.dtsi
index 9ae2004..bc23081 100644
--- a/arch/arm/boot/dts/kirkwood-6282.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6282.dtsi
@@ -21,6 +21,12 @@ 
 				marvell,pins = "mpp8", "mpp9";
 				marvell,function = "twsi0";
 			};
+
+			pmx_twsi1: pmx-twsi1 {
+				marvell,pins = "mpp36", "mpp37";
+				marvell,function = "twsi1";
+			};
+
 			pmx_uart0: pmx-uart0 {
 				marvell,pins = "mpp10", "mpp11";
 				marvell,function = "uart0";