Commit d8b076b8 authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Bjorn Andersson

arm64: dts: sc7180: Remove additional spi chip select muxes

remove the additional CS muxes that were added by default for
spi so every board using sc7180 does not have to override it.
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarRajendra Nayak <rnayak@codeaurora.org>
Link: https://lore.kernel.org/r/0101016ef3cdad4a-cbfbc482-1f74-4cb7-88fc-b4b6ed7e7543-000000@us-west-2.amazonses.comSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 4868f573
...@@ -772,8 +772,7 @@ pinmux { ...@@ -772,8 +772,7 @@ pinmux {
qup_spi1_default: qup-spi1-default { qup_spi1_default: qup-spi1-default {
pinmux { pinmux {
pins = "gpio0", "gpio1", pins = "gpio0", "gpio1",
"gpio2", "gpio3", "gpio2", "gpio3";
"gpio12", "gpio94";
function = "qup01"; function = "qup01";
}; };
}; };
...@@ -797,8 +796,7 @@ pinmux { ...@@ -797,8 +796,7 @@ pinmux {
qup_spi6_default: qup-spi6-default { qup_spi6_default: qup-spi6-default {
pinmux { pinmux {
pins = "gpio59", "gpio60", pins = "gpio59", "gpio60",
"gpio61", "gpio62", "gpio61", "gpio62";
"gpio68", "gpio72";
function = "qup10"; function = "qup10";
}; };
}; };
...@@ -814,8 +812,7 @@ pinmux { ...@@ -814,8 +812,7 @@ pinmux {
qup_spi10_default: qup-spi10-default { qup_spi10_default: qup-spi10-default {
pinmux { pinmux {
pins = "gpio86", "gpio87", pins = "gpio86", "gpio87",
"gpio88", "gpio89", "gpio88", "gpio89";
"gpio90", "gpio91";
function = "qup14"; function = "qup14";
}; };
}; };
......
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