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

Commit 983f7079 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Gerrit - the friendly Code Review server
Browse files

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

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

Change-Id: Iee97d663855df2578e751c82b6088e2db39db927
parent d7dd7a42
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
&soc {
	tlmm: pinctrl@f000000 {
		compatible = "qcom,shima-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
@@ -294,3 +294,5 @@
		};
	};
};

#include "shima-pinctrl.dtsi"