Commit 486d4991 authored by Iskren Chernev's avatar Iskren Chernev Committed by Bjorn Andersson

ARM: dts: qcom: msm8974-klte: Merge pinctrl nodes

commit cd13c72c ("ARM: dts: qcom: msm8974-klte: Add max77826
pmic node") and commit 8bf7a360 ("ARM: dts: qcom:
msm8974-klte: Add sdhci1 node") both added pinctrl node. This patch merges
the two nodes.
Signed-off-by: default avatarIskren Chernev <iskren.chernev@gmail.com>
Link: https://lore.kernel.org/r/20200920144859.813032-2-iskren.chernev@gmail.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 3650b228
......@@ -258,6 +258,16 @@ cmd-data {
bias-pull-up;
};
};
i2c6_pins: i2c6 {
mux {
pins = "gpio29", "gpio30";
function = "blsp_i2c6";
drive-strength = <2>;
bias-disable;
};
};
};
sdhci@f9824900 {
......@@ -298,18 +308,6 @@ phy@a {
};
};
pinctrl@fd510000 {
i2c6_pins: i2c6 {
mux {
pins = "gpio29", "gpio30";
function = "blsp_i2c6";
drive-strength = <2>;
bias-disable;
};
};
};
i2c@f9928000 {
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment