ARM: dts: qcom: Replace gpio node with pinctrl node
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 16 Jun 2015 20:31:12 +0000 (13:31 -0700)
committerAndy Gross <agross@codeaurora.org>
Thu, 23 Jul 2015 21:34:12 +0000 (16:34 -0500)
Now that we have a proper pinctrl driver for the gpio block we
can change the compatible field here and configure the pinmux on
msm8960 devices.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
arch/arm/boot/dts/qcom-msm8960.dtsi

index a02b984cc68d8e2704abcb175e54c061ed54f629..1ae3fe828e59299d0e55a683ee49f1e814ff71f4 100644 (file)
                        cpu-offset = <0x80000>;
                };
 
-               msmgpio: gpio@800000 {
-                       compatible = "qcom,msm-gpio";
+               msmgpio: pinctrl@800000 {
+                       compatible = "qcom,msm8960-pinctrl";
                        gpio-controller;
                        #gpio-cells = <2>;
-                       ngpio = <150>;
                        interrupts = <0 16 0x4>;
                        interrupt-controller;
                        #interrupt-cells = <2>;
This page took 0.026208 seconds and 5 git commands to generate.