Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a39c9b3 authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross
Browse files

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



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: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 8e140c8e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -73,11 +73,10 @@
			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>;