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

Commit fc77c2f2 authored by Yogesh Lal's avatar Yogesh Lal Committed by Gerrit - the friendly Code Review server
Browse files

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

Adding device tree node for enabling holi pinctrl.

Change-Id: I16c7dbbee1fb273a757b0f78d04be3caa2454560
parent a903a9f7
Loading
Loading
Loading
Loading

qcom/holi-pinctrl.dtsi

0 → 100644
+11 −0
Original line number Diff line number Diff line
&soc {
	tlmm: pinctrl@400000 {
		compatible = "qcom,holi-pinctrl";
		reg = <0x400000 0x800000>;
		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
@@ -367,3 +367,5 @@
		#mbox-cells = <2>;
	};
};

#include "holi-pinctrl.dtsi"