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

Commit 08dc453a authored by Srinivas Ramana's avatar Srinivas Ramana Committed by Jitendra Sharma
Browse files

ARM: dts: msm: Add device tree node for atoll pinctrl



Add device tree node for enabling atoll pinctrl.

Change-Id: I1794605317bcce31b9c4bb3cebaba656f66a7fc8
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
Signed-off-by: default avatarJitendra Sharma <shajit@codeaurora.org>
parent 686da450
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, 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@3400000 {
		compatible = "qcom,atoll-pinctrl";
		reg = <0x03400000 0x989000>, <0x17c000f0 0x60>;
		reg-names = "pinctrl", "spi_cfg";
		interrupts = <GIC_SPI 208 IRQ_TYPE_NONE>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -668,3 +668,5 @@
	};

};

#include "atoll-pinctrl.dtsi"