diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-29 08:30:19 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-04-22 22:49:28 +0200 |
commit | e0373607855d033283b19014c8f14b90b3836924 (patch) | |
tree | 8c8f4d61dc6d38e8ca89c6c2efc0e0b5e1893c48 /arch/arm/boot/dts/spear300.dtsi | |
parent | 8076dd1b7deeaeb5c6f0b58be95c0a13164e1a99 (diff) | |
download | blackbird-obmc-linux-e0373607855d033283b19014c8f14b90b3836924.tar.gz blackbird-obmc-linux-e0373607855d033283b19014c8f14b90b3836924.zip |
SPEAr3xx: Add pinctrl support for boards
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/boot/dts/spear300.dtsi')
-rw-r--r-- | arch/arm/boot/dts/spear300.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi index f9fcbf4f477b..01c5e358fdb2 100644 --- a/arch/arm/boot/dts/spear300.dtsi +++ b/arch/arm/boot/dts/spear300.dtsi @@ -21,6 +21,11 @@ ranges = <0x60000000 0x60000000 0x50000000 0xd0000000 0xd0000000 0x30000000>; + pinmux@99000000 { + compatible = "st,spear300-pinmux"; + reg = <0x99000000 0x1000>; + }; + clcd@60000000 { compatible = "arm,clcd-pl110", "arm,primecell"; reg = <0x60000000 0x1000>; |