summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBarry Song <Baohua.Song@csr.com>2011-09-05 07:15:17 +0200
committerBarry Song <21cnbao@gmail.com>2011-09-11 03:14:15 +0200
commitc915bedf221ad4f017710865fc963b1e0dda1390 (patch)
tree4212de1ef80147e09499f595bfdda979e6e3b9df /arch
parentARM: CSR: add lost Resource Sharing Control(RSC) node in dts (diff)
downloadlinux-c915bedf221ad4f017710865fc963b1e0dda1390.tar.xz
linux-c915bedf221ad4f017710865fc963b1e0dda1390.zip
ARM: CSR: extend the compatibility of gpio controller to pinmux in dts
gpio controller handles the switch of gpio and pinmux. And drivers/pinctrl/pinmux-sirf.c will contain both gpio and pinmux. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/prima2-cb.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts
index a0a423d1d573..af86931bdcc6 100644
--- a/arch/arm/boot/dts/prima2-cb.dts
+++ b/arch/arm/boot/dts/prima2-cb.dts
@@ -279,7 +279,7 @@
gpio: gpio-controller@b0120000 {
#gpio-cells = <2>;
#interrupt-cells = <2>;
- compatible = "sirf,prima2-gpio";
+ compatible = "sirf,prima2-gpio-pinmux";
reg = <0xb0120000 0x10000>;
gpio-controller;
interrupt-controller;