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

Commit be65bd2e authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Add pinctrl device tree support for Lito



Add device node for Lito SoC pinctrl support.

Change-Id: I014d7522a330b5080ce046d0394556ae1c626854
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent adca2cb4
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

&soc {
	tlmm: pinctrl@f000000 {
		compatible = "qcom,lito-pinctrl";
		reg = <0x0f000000 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
@@ -641,3 +641,5 @@
		};
	};
};

#include "lito-pinctrl.dtsi"