aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnilKumar Ch <anilkumar@ti.com>2012-09-19 17:19:26 -0400
committerBenoit Cousson <b-cousson@ti.com>2012-10-29 11:56:25 -0400
commitb552dfc44bf4a34196b949bc81e937de461f4898 (patch)
treecf02ece766d5a70891ac7f746d65c92e38ceed58
parentefeedcf2a9137c9be0b833cb76b05315fe231197 (diff)
ARM: dts: AM33XX: Add basic pinctrl device tree data
Adds basic pinctrl device tree data for AM33XX family of devices. This patch is based on the pinctrl-single driver. Signed-off-by: AnilKumar Ch <anilkumar@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index b4e3e4793b95..894fec6d9ef6 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -55,6 +55,15 @@
55 }; 55 };
56 }; 56 };
57 57
58 am33xx_pinmux: pinmux@44e10800 {
59 compatible = "pinctrl-single";
60 reg = <0x44e10800 0x0238>;
61 #address-cells = <1>;
62 #size-cells = <0>;
63 pinctrl-single,register-width = <32>;
64 pinctrl-single,function-mask = <0x7f>;
65 };
66
58 /* 67 /*
59 * XXX: Use a flat representation of the AM33XX interconnect. 68 * XXX: Use a flat representation of the AM33XX interconnect.
60 * The real AM33XX interconnect network is quite complex.Since 69 * The real AM33XX interconnect network is quite complex.Since