Skip to content

Commit

Permalink
ARM: Kirkwood: Add pinctrl of TWSI1 to 88f6282
Browse files Browse the repository at this point in the history
The 88f6282 has one more TWSI(TWSI1). This add the information to enable
pinctl of TWSI1.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Nobuhiro Iwamatsu authored and Arnd Bergmann committed Feb 28, 2013
1 parent 8059fc1 commit 00211e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/kirkwood-6282.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 00211e9

Please sign in to comment.