summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2019-12-17 13:04:07 -0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2019-12-18 09:57:34 -0800
commit29c5cb641b59057bae0fe243da5b3b1a1e760227 (patch)
treefaecafe7ac0e9cebdae9b3b6b45d1036aebedb1d /arch/arm64/boot/dts/qcom
parent28d647fd8305d4f7aa00c176a6326b340cb12947 (diff)
arm64: dts: qcom: sc7180: Fix I2C/UART numbers 2, 4, 7, and 9
Commit f4a73f5e2633 ("pinctrl: qcom: sc7180: Add new qup functions") has landed which means that we absolutely need to use the proper names for the pinmuxing for I2C/UART numbers 2, 4, 7, and 9. Let's do it. For reference: - If you get only one of this commit and the pinctrl commit then none of I2C/UART 2, 4, 7, and 9 will work. - If you get neither of these commits then I2C 2, 4, 7, and 9 will work but not UART. ...but despite the above it should be fine for this commit to land in the Qualcomm tree because sc7180.dtsi only exists there (it hasn't made it to mainline). Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Rajendra Nayak <rnayak@codeaurora.org> Fixes: ba3fc6496366 ("arm64: dts: sc7180: Add qupv3_0 and qupv3_1") Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20191217130352.1.Id8562de45e8441cac34699047e25e7424281e9d4@changeid Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom')
-rw-r--r--arch/arm64/boot/dts/qcom/sc7180.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 180f60e09143..3676bfdc57c6 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -708,7 +708,7 @@
qup_i2c2_default: qup-i2c2-default {
pinmux {
pins = "gpio15", "gpio16";
- function = "qup02";
+ function = "qup02_i2c";
};
};
@@ -722,7 +722,7 @@
qup_i2c4_default: qup-i2c4-default {
pinmux {
pins = "gpio115", "gpio116";
- function = "qup04";
+ function = "qup04_i2c";
};
};
@@ -743,7 +743,7 @@
qup_i2c7_default: qup-i2c7-default {
pinmux {
pins = "gpio6", "gpio7";
- function = "qup11";
+ function = "qup11_i2c";
};
};
@@ -757,7 +757,7 @@
qup_i2c9_default: qup-i2c9-default {
pinmux {
pins = "gpio46", "gpio47";
- function = "qup13";
+ function = "qup13_i2c";
};
};
@@ -858,7 +858,7 @@
qup_uart2_default: qup-uart2-default {
pinmux {
pins = "gpio15", "gpio16";
- function = "qup02";
+ function = "qup02_uart";
};
};
@@ -873,7 +873,7 @@
qup_uart4_default: qup-uart4-default {
pinmux {
pins = "gpio115", "gpio116";
- function = "qup04";
+ function = "qup04_uart";
};
};
@@ -896,7 +896,7 @@
qup_uart7_default: qup-uart7-default {
pinmux {
pins = "gpio6", "gpio7";
- function = "qup11";
+ function = "qup11_uart";
};
};
@@ -910,7 +910,7 @@
qup_uart9_default: qup-uart9-default {
pinmux {
pins = "gpio46", "gpio47";
- function = "qup13";
+ function = "qup13_uart";
};
};