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

Commit 80281f73 authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Kiran Gunda
Browse files

ARM: dts: msm: Adding device tree node for scuba pinctrl

Adding device tree node for enabling scuba pinctrl.

Change-Id: I3a5747479aa7f28866def72c5121fc2534c503a8
parent 3500d233
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
&soc {
	tlmm: pinctrl@500000 {
		compatible = "qcom,scuba-pinctrl";
		reg = <0x500000 0x300000>;
		interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -384,3 +384,5 @@
		};
	};
};

#include "scuba-pinctrl.dtsi"