From: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Andy Gross <andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	David Brown <david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Srinivas Kandagatla
	<srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: [PATCH 03/16] arm64: dts: msm8996: add blsp2_uart2 pinctrl nodes.
Date: Fri, 17 Jun 2016 16:14:00 +0100	[thread overview]
Message-ID: <1466176454-28084-4-git-send-email-srinivas.kandagatla@linaro.org> (raw)
In-Reply-To: <1466176454-28084-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
This patch adds blsp2_uart2 pinctrl nodes.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
 arch/arm64/boot/dts/qcom/msm8996-pins.dtsi | 50 ++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
index 4d1dba7..03c1e0d 100644
--- a/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
@@ -62,4 +62,54 @@
 			bias-disable;
 		};
 	};
+
+	blsp2_uart2_2pins_default: blsp2_uart2_2pins {
+		pinmux {
+			function = "blsp_uart9";
+			pins = "gpio49", "gpio50";
+		};
+		pinconf {
+			pins = "gpio49", "gpio50";
+			drive-strength = <16>;
+			bias-disable;
+		};
+	};
+
+	blsp2_uart2_2pins_sleep: blsp2_uart2_2pins_sleep {
+		pinmux {
+			function = "gpio";
+			pins = "gpio49", "gpio50";
+		};
+		pinconf {
+			pins = "gpio49", "gpio50";
+			drive-strength = <2>;
+			bias-disable;
+		};
+	};
+
+	blsp2_uart2_4pins_default: blsp2_uart2_4pins {
+		pinmux {
+			function = "blsp_uart9";
+			pins = "gpio49", "gpio50", "gpio51", "gpio52";
+		};
+
+		pinconf {
+			pins = "gpio49", "gpio50", "gpio51", "gpio52";
+			drive-strength = <16>;
+			bias-disable;
+		};
+	};
+
+	blsp2_uart2_4pins_sleep: blsp2_uart2_4pins_sleep {
+		pinmux {
+			function = "gpio";
+			pins = "gpio49", "gpio50", "gpio51", "gpio52";
+		};
+
+		pinconf {
+			pins = "gpio49", "gpio50", "gpio51", "gpio52";
+			drive-strength = <2>;
+			bias-disable;
+		};
+	};
 };
-- 
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
next prev parent reply	other threads:[~2016-06-17 15:14 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 15:13 [PATCH 00/16] arm64: dts: msm8996: add more device support Srinivas Kandagatla
2016-06-17 15:13 ` [PATCH 01/16] arm64: dts: msm8996: add msmgpio label Srinivas Kandagatla
2016-06-17 15:13 ` [PATCH 02/16] arm64: dts: msm8996: add blsp2_uart1 pinctrl Srinivas Kandagatla
     [not found] ` <1466176454-28084-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-06-17 15:14   ` Srinivas Kandagatla [this message]
2016-06-17 15:14   ` [PATCH 06/16] arm64: dts: msm8996: add support to blsp1_i2c2 device Srinivas Kandagatla
2016-06-17 15:14   ` [PATCH 07/16] arm64: dts: msm8996: add blsp2_i2c1 pinctrl Srinivas Kandagatla
2016-06-17 15:14   ` [PATCH 14/16] arm64: dts: msm8996: add support to blsp2_spi5 Srinivas Kandagatla
2016-06-17 15:14   ` [PATCH 15/16] arm64: dts: msm8996: add sdhci2 pinctrl Srinivas Kandagatla
2016-06-17 15:14   ` [PATCH 16/16] arm64: dts: msm8996: add sdc2 support Srinivas Kandagatla
2016-06-21 17:39     ` [PATCH v2 " Srinivas Kandagatla
2016-06-21 21:33       ` Andy Gross
2016-06-17 15:14 ` [PATCH 04/16] arm64: dts: msm8996: add support blsp2_uart2 Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 05/16] arm64: dts: msm8996: add blsp1_i2c2 pinctrl nodes Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 08/16] arm64: dts: msm8996: add support to blsp2_i2c1 Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 09/16] arm64: dts: msm8996: add support to blsp2_i2c0 pinctrl Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 10/16] arm64: dts: msm8996: add support to blsp2_i2c0 Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 11/16] arm64: dts: msm8996: add support to blsp1_spi0 pinctrl Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 12/16] arm64: dts: msm8996: add support to blsp1_spi0 Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 13/16] arm64: dts: msm8996: add support to blsp2_spi5 pinctrl Srinivas Kandagatla
2016-06-17 15:14 ` [PATCH 15/16] arm64: dts: msm8996: add sdc2 pinctrl Srinivas Kandagatla
2016-06-21 21:40   ` Andy Gross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1466176454-28084-4-git-send-email-srinivas.kandagatla@linaro.org \
    --to=srinivas.kandagatla-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).