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

Commit fb7773e1 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Add pinctrl node for TLMM on Lahaina SoC

Add pinctrl node with compatiability of qcom,lahaina-pinctrl,
to enable Top Level Mode Multiplexer block(TLMM) on Lahaina SoC.

Change-Id: Iac61248547061d5cb2ec42e442117f676f54ff77
parent cb69c692
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
&soc {
	tlmm: pinctrl@f000000 {
		compatible = "qcom,lahaina-pinctrl";
		reg = <0x0F000000 0x1000000>;
		interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -284,3 +284,5 @@
		};
	};
};

#include "lahaina-pinctrl.dtsi"