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

Commit a740b0e2 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

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



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

Change-Id: I09b5b89d2f7396a7c5cd5bf86c2e8c8818952a9d
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 1d91baa9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

&soc {
	tlmm: pinctrl@0F000000 {
		compatible = "qcom,kona-pinctrl";
		reg = <0x0F000000 0xC00000>;
		interrupts = <0 208 0>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -451,3 +451,4 @@

#include "kona-ion.dtsi"
#include "msm-arm-smmu-kona.dtsi"
#include "kona-pinctrl.dtsi"