All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: qcom: msm8998: Add i2c5 pins
@ 2019-04-25 16:06 Marc Gonzalez
  2019-04-27  4:51 ` Bjorn Andersson
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Gonzalez @ 2019-04-25 16:06 UTC (permalink / raw)
  To: Jeffrey Hugo, Bjorn Andersson, Andy Gross
  Cc: MSM, gpio, Linus Walleij, Rob Herring, Mark Rutland

Downstream source:
https://source.codeaurora.org/quic/la/kernel/msm-4.4/tree/arch/arm/boot/dts/qcom/msm8998-pinctrl.dtsi?h=LE.UM.1.3.r3.25#n165

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
---
 arch/arm64/boot/dts/qcom/msm8998-pins.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8998-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8998-pins.dtsi
index 6db70acd38ee..d0a95c70d1e7 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-pins.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998-pins.dtsi
@@ -2,6 +2,13 @@
 /* Copyright (c) 2018, The Linux Foundation. All rights reserved. */
 
 &tlmm {
+	i2c5_default: i2c5_default {
+		pins = "gpio87", "gpio88";
+		function = "blsp_i2c5";
+		drive-strength = <2>;
+		bias-disable;
+	};
+
 	sdc2_clk_on: sdc2_clk_on {
 		config {
 			pins = "sdc2_clk";
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-26 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25 16:06 [PATCH v1] arm64: dts: qcom: msm8998: Add i2c5 pins Marc Gonzalez
2019-04-27  4:51 ` Bjorn Andersson
2019-04-29  8:38   ` Marc Gonzalez
2019-05-02 15:12     ` Bjorn Andersson
2019-06-26 16:20       ` Marc Gonzalez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.