diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-12 12:20:59 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-16 21:42:38 -0500 |
commit | 8d001f0b9968f1a79edf49390e5b8d8164df13fe (patch) | |
tree | 8af56bde2048b3a413657bd98cf293e4da2ab6ff | |
parent | 74839835fbe79726ce004deb9318cf22894959bc (diff) |
ARM: mvebu: add I2C0 muxing option for Armada 370 SoC
This commit adds a pin-muxing configuration for the I2C0 bus of the
Armada 370, which is used on the Armada 370 DB platform to interface
with the CS42L51 audio codec.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/boot/dts/armada-370.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi index e3f4c187ef48..6f216f0a7856 100644 --- a/arch/arm/boot/dts/armada-370.dtsi +++ b/arch/arm/boot/dts/armada-370.dtsi | |||
@@ -133,6 +133,11 @@ | |||
133 | marvell,function = "sd0"; | 133 | marvell,function = "sd0"; |
134 | }; | 134 | }; |
135 | 135 | ||
136 | i2c0_pins: i2c0-pins { | ||
137 | marvell,pins = "mpp2", "mpp3"; | ||
138 | marvell,function = "i2c0"; | ||
139 | }; | ||
140 | |||
136 | i2s_pins1: i2s-pins1 { | 141 | i2s_pins1: i2s-pins1 { |
137 | marvell,pins = "mpp5", "mpp6", "mpp7", | 142 | marvell,pins = "mpp5", "mpp6", "mpp7", |
138 | "mpp8", "mpp9", "mpp10", | 143 | "mpp8", "mpp9", "mpp10", |