arm64: dts: qcom: sc7280: Move pcie1_clkreq pull / drive str to boards

Pullups and drive strength don't belong in the SoC dtsi file. Move to
the board file.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220202132301.v3.8.Iffff0c12440a047212a164601e637b03b9d2fc78@changeid
This commit is contained in:
Douglas Anderson 2022-02-02 13:23:42 -08:00 committed by Bjorn Andersson
parent 118cd3b8ec
commit 376e9183c1
3 changed files with 10 additions and 2 deletions

View File

@ -826,6 +826,11 @@ ap_ec_spi: &spi8 {
/* PINCTRL - additions to nodes defined in sc7280.dtsi */
&pcie1_clkreq_n {
bias-pull-up;
drive-strength = <2>;
};
&qspi_cs0 {
bias-disable;
};

View File

@ -366,6 +366,11 @@
};
};
&pcie1_clkreq_n {
bias-pull-up;
drive-strength = <2>;
};
&qspi_cs0 {
bias-disable;
};

View File

@ -3295,8 +3295,6 @@
pcie1_clkreq_n: pcie1-clkreq-n {
pins = "gpio79";
function = "pcie1_clkreqn";
drive-strength = <2>;
bias-pull-up;
};
qspi_clk: qspi-clk {