7e27ae2b41f84a515266f1eae1d6e17deba3e21f
[openwrt/svn-archive/archive.git] / target / linux / mvebu / patches-3.18 / 020-ARM-mvebu-Add-a-number-of-pinctrl-functions.patch
1 From 91b4c91f919abffa72cbf7545a944252f8e4f775 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime.ripard@free-electrons.com>
3 Date: Thu, 8 Jan 2015 18:38:08 +0100
4 Subject: [PATCH 3/4] ARM: mvebu: Add a number of pinctrl functions
5
6 Some pinctrl functions can be shared with all DTS out there, since they are
7 generic, SoC-wide muxing options. Add a number of these to the DTSI to avoid
8 duplication.
9
10 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
11 Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
12 Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
13 Signed-off-by: Andrew Lunn <andrew@lunn.ch>
14 ---
15 arch/arm/boot/dts/armada-38x.dtsi | 39 +++++++++++++++++++++++++++++++++++++++
16 1 file changed, 39 insertions(+)
17
18 diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
19 index 40200084c6c8..98885c58be29 100644
20 --- a/arch/arm/boot/dts/armada-38x.dtsi
21 +++ b/arch/arm/boot/dts/armada-38x.dtsi
22 @@ -195,6 +195,45 @@
23
24 pinctrl@18000 {
25 reg = <0x18000 0x20>;
26 +
27 + ge0_rgmii_pins: ge-rgmii-pins-0 {
28 + marvell,pins = "mpp6", "mpp7", "mpp8",
29 + "mpp9", "mpp10", "mpp11",
30 + "mpp12", "mpp13", "mpp14",
31 + "mpp15", "mpp16", "mpp17";
32 + marvell,function = "ge0";
33 + };
34 +
35 + i2c0_pins: i2c-pins-0 {
36 + marvell,pins = "mpp2", "mpp3";
37 + marvell,function = "i2c0";
38 + };
39 +
40 + mdio_pins: mdio-pins {
41 + marvell,pins = "mpp4", "mpp5";
42 + marvell,function = "ge";
43 + };
44 +
45 + ref_clk0_pins: ref-clk-pins-0 {
46 + marvell,pins = "mpp45";
47 + marvell,function = "ref";
48 + };
49 +
50 + spi1_pins: spi-pins-1 {
51 + marvell,pins = "mpp56", "mpp57", "mpp58",
52 + "mpp59";
53 + marvell,function = "spi1";
54 + };
55 +
56 + uart0_pins: uart-pins-0 {
57 + marvell,pins = "mpp0", "mpp1";
58 + marvell,function = "ua0";
59 + };
60 +
61 + uart1_pins: uart-pins-1 {
62 + marvell,pins = "mpp19", "mpp20";
63 + marvell,function = "ua1";
64 + };
65 };
66
67 gpio0: gpio@18100 {
68 --
69 2.2.1
70