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

Commit 60e9101d authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable GPIO_01 for PMX24



Enable GPIO_01 for PMX24 to be used in SA415M
CCARD board for audio control.

Change-Id: Ib1ad556514a052485c2e544071c2cb38048846b7
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent be180a49
Loading
Loading
Loading
Loading
+6 −4
Original line number Original line Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -55,19 +55,21 @@
		pmxpoorwills_gpios: pinctrl@c000 {
		pmxpoorwills_gpios: pinctrl@c000 {
			compatible = "qcom,spmi-gpio";
			compatible = "qcom,spmi-gpio";
			reg = <0xc000 0x900>;
			reg = <0xc000 0x900>;
			interrupts = <0x0 0xc1 0 IRQ_TYPE_NONE>,
			interrupts = <0x0 0xc0 0 IRQ_TYPE_NONE>,
					<0x0 0xc1 0 IRQ_TYPE_NONE>,
					<0x0 0xc2 0 IRQ_TYPE_NONE>,
					<0x0 0xc2 0 IRQ_TYPE_NONE>,
					<0x0 0xc3 0 IRQ_TYPE_NONE>,
					<0x0 0xc3 0 IRQ_TYPE_NONE>,
					<0x0 0xc4 0 IRQ_TYPE_NONE>,
					<0x0 0xc4 0 IRQ_TYPE_NONE>,
					<0x0 0xc5 0 IRQ_TYPE_NONE>;
					<0x0 0xc5 0 IRQ_TYPE_NONE>;
			interrupt-names = "pmxpoorwills_gpio2",
			interrupt-names = "pmxpoorwills_gpio1",
					  "pmxpoorwills_gpio2",
					  "pmxpoorwills_gpio3",
					  "pmxpoorwills_gpio3",
					  "pmxpoorwills_gpio4",
					  "pmxpoorwills_gpio4",
					  "pmxpoorwills_gpio5",
					  "pmxpoorwills_gpio5",
					  "pmxpoorwills_gpio6";
					  "pmxpoorwills_gpio6";
			gpio-controller;
			gpio-controller;
			#gpio-cells = <2>;
			#gpio-cells = <2>;
			qcom,gpios-disallowed = <1 7 8 9>;
			qcom,gpios-disallowed = <7 8 9>;
		};
		};


		pmxpoorwills_rtc: qcom,pmxpoorwills_rtc {
		pmxpoorwills_rtc: qcom,pmxpoorwills_rtc {