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

Commit 02a65baf authored by Neeraj Upadhyay's avatar Neeraj Upadhyay Committed by Gerrit - the friendly Code Review server
Browse files

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

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

Change-Id: I715492d21e736e977de9674b20e932743da512cd
parent aa9fb4f1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
&soc {
	tlmm: pinctrl@f000000 {
		compatible = "qcom,yupik-pinctrl";
		reg = <0xf000000 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
@@ -264,3 +264,5 @@
		};
	};
};

#include "yupik-pinctrl.dtsi"