Commit 8e140c8e authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross

ARM: dts: qcom: Replace gpio node with pinctrl node

Replace the standalone gpio driver with pinctrl-msm as we now have
msm8660 support there.
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@sonymobile.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent d770e558
...@@ -67,15 +67,16 @@ timer@2000000 { ...@@ -67,15 +67,16 @@ timer@2000000 {
cpu-offset = <0x40000>; cpu-offset = <0x40000>;
}; };
msmgpio: gpio@800000 { tlmm: pinctrl@800000 {
compatible = "qcom,msm-gpio"; compatible = "qcom,msm8660-pinctrl";
reg = <0x00800000 0x4000>; reg = <0x800000 0x4000>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
ngpio = <173>;
interrupts = <0 16 0x4>; interrupts = <0 16 0x4>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
gcc: clock-controller@900000 { gcc: clock-controller@900000 {
...@@ -115,7 +116,7 @@ qcom,ssbi@500000 { ...@@ -115,7 +116,7 @@ qcom,ssbi@500000 {
pmicintc: pmic@0 { pmicintc: pmic@0 {
compatible = "qcom,pm8058"; compatible = "qcom,pm8058";
interrupt-parent = <&msmgpio>; interrupt-parent = <&tlmm>;
interrupts = <88 8>; interrupts = <88 8>;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-controller; interrupt-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment