diff options
author | Vipul Kumar Samar <vipulkumar.samar@st.com> | 2012-07-04 23:51:47 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 05:22:53 -0500 |
commit | 7db083e0e1b70b0300eeb5945538e725c018f8e0 (patch) | |
tree | cf0adb82f4069bb585192dd4d5bf413a4014d17e /arch/arm/boot/dts/spear1310-evb.dts | |
parent | 7cef07d5cd25b1286376d1e8948f75b89d34a37e (diff) |
ARM: SPEAr: DT: Update pinctrl list
This patch updates pinctrl configuration for SPEAr SoC's.
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/spear1310-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/spear1310-evb.dts | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts index 2e4c5727468e..3448d60117ec 100644 --- a/arch/arm/boot/dts/spear1310-evb.dts +++ b/arch/arm/boot/dts/spear1310-evb.dts | |||
@@ -30,10 +30,14 @@ | |||
30 | pinctrl-0 = <&state_default>; | 30 | pinctrl-0 = <&state_default>; |
31 | 31 | ||
32 | state_default: pinmux { | 32 | state_default: pinmux { |
33 | i2c0-pmx { | 33 | i2c0 { |
34 | st,pins = "i2c0_grp"; | 34 | st,pins = "i2c0_grp"; |
35 | st,function = "i2c0"; | 35 | st,function = "i2c0"; |
36 | }; | 36 | }; |
37 | i2s0 { | ||
38 | st,pins = "i2s0_grp"; | ||
39 | st,function = "i2s0"; | ||
40 | }; | ||
37 | i2s1 { | 41 | i2s1 { |
38 | st,pins = "i2s1_grp"; | 42 | st,pins = "i2s1_grp"; |
39 | st,function = "i2s1"; | 43 | st,function = "i2s1"; |
@@ -42,6 +46,10 @@ | |||
42 | st,pins = "arm_gpio_grp"; | 46 | st,pins = "arm_gpio_grp"; |
43 | st,function = "arm_gpio"; | 47 | st,function = "arm_gpio"; |
44 | }; | 48 | }; |
49 | clcd { | ||
50 | st,pins = "clcd_grp" , "clcd_high_res"; | ||
51 | st,function = "clcd"; | ||
52 | }; | ||
45 | eth { | 53 | eth { |
46 | st,pins = "gmii_grp"; | 54 | st,pins = "gmii_grp"; |
47 | st,function = "gmii"; | 55 | st,function = "gmii"; |
@@ -74,11 +82,6 @@ | |||
74 | st,pins = "i2c_1_2_grp"; | 82 | st,pins = "i2c_1_2_grp"; |
75 | st,function = "i2c_1_2"; | 83 | st,function = "i2c_1_2"; |
76 | }; | 84 | }; |
77 | pci { | ||
78 | st,pins = "pcie0_grp","pcie1_grp", | ||
79 | "pcie2_grp"; | ||
80 | st,function = "pci"; | ||
81 | }; | ||
82 | smii { | 85 | smii { |
83 | st,pins = "smii_0_1_2_grp"; | 86 | st,pins = "smii_0_1_2_grp"; |
84 | st,function = "smii_0_1_2"; | 87 | st,function = "smii_0_1_2"; |
@@ -88,6 +91,14 @@ | |||
88 | "nand_16bit_grp"; | 91 | "nand_16bit_grp"; |
89 | st,function = "nand"; | 92 | st,function = "nand"; |
90 | }; | 93 | }; |
94 | sata { | ||
95 | st,pins = "sata0_grp"; | ||
96 | st,function = "sata"; | ||
97 | }; | ||
98 | pcie { | ||
99 | st,pins = "pcie1_grp", "pcie2_grp"; | ||
100 | st,function = "pci_express"; | ||
101 | }; | ||
91 | }; | 102 | }; |
92 | }; | 103 | }; |
93 | 104 | ||