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

Commit 3581375a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f8f81d8d a740b0e2
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"