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

Commit f4571315 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

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



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

Change-Id: Ie576998334305c2fe7809978f84944b0f79589ca
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 5956ec00
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
	tlmm: pinctrl@03000000 {
		compatible = "qcom,sdm855-pinctrl";
		reg = <0x03000000 0xdc2000>;
		interrupts = <0 208 0>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -283,3 +283,4 @@
		};
	};
};
#include "sdm855-pinctrl.dtsi"