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

Commit 52c25eae authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Gerrit - the friendly Code Review server
Browse files

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



Add device tree node for enabling trinket pinctrl.

Change-Id: I5ff89148bba8733cd6c339ff95d3171cb40a3788
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent efd7f7f5
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
/* Copyright (c) 2018, 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.
 */

#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>

&soc {
	tlmm: pinctrl@400000 {
		compatible = "qcom,trinket-pinctrl";
		reg = <0x400000 0xc00000>;
		interrupts = <0 227 0>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
		};
};
+1 −0
Original line number Diff line number Diff line
@@ -516,3 +516,4 @@
		};
	};
};
#include "trinket-pinctrl.dtsi"