Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243154
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 1/4] arm64: dts: fix i2c pinconf sleep state function |
| Date | 2015-10-09 11:00 +0200 |
| Message-ID | <qhBGX-5Da-31@gated-at.bofh.it> (permalink) |
| References | <qhBGW-5Da-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch fixes the i2c pinctrl sleep state by changing the pinconf
function to be in gpio mode rather than i2c.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
index 42941b9..a6105d7 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
@@ -279,7 +279,7 @@
i2c4_sleep: i2c4_sleep {
pinmux {
- function = "blsp_i2c4";
+ function = "gpio";
pins = "gpio14", "gpio15";
};
pinconf {
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] arm64: dts: qcom: add support to LS and HS connectors Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 [PATCH v2 4/4] arm64: dts: apq8016-sbc: enable spi buses on LS and HS Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 [PATCH v2 1/4] arm64: dts: fix i2c pinconf sleep state function Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 [PATCH v2 2/4] arm64: dts: qcom: Add msm8916 I2C nodes. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-10-09 11:00 +0200 Re: [PATCH v2 0/4] arm64: dts: qcom: add support to LS and HS connectors Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 20:20 +0200
csiph-web