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

Commit 9f1b2a45 authored by Shadab Naseem's avatar Shadab Naseem Committed by Yogesh Lal
Browse files

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

Adding device tree node for enabling bengal pinctrl.

Change-Id: I16bebf359e6d56fd067ae0e51a1baf0d14998ad5
parent aea9be6e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
&soc {
	tlmm: pinctrl@400000 {
		compatible = "qcom,bengal-pinctrl";
		reg = <0x400000 0xc00000>;
		interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -664,3 +664,4 @@
};

#include "bengal-regulator.dtsi"
#include "bengal-pinctrl.dtsi"