Commit 376e9183 authored by Douglas Anderson's avatar Douglas Anderson Committed by Bjorn Andersson
Browse files

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: default avatarDouglas Anderson <dianders@chromium.org>
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220202132301.v3.8.Iffff0c12440a047212a164601e637b03b9d2fc78@changeid
parent 118cd3b8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -826,6 +826,11 @@ &usb_2_hsphy {

/* PINCTRL - additions to nodes defined in sc7280.dtsi */

&pcie1_clkreq_n {
	bias-pull-up;
	drive-strength = <2>;
};

&qspi_cs0 {
	bias-disable;
};
+5 −0
Original line number Diff line number Diff line
@@ -366,6 +366,11 @@ key_vol_up_default: key-vol-up-default {
	};
};

&pcie1_clkreq_n {
	bias-pull-up;
	drive-strength = <2>;
};

&qspi_cs0 {
	bias-disable;
};
+0 −2
Original line number Diff line number Diff line
@@ -3295,8 +3295,6 @@ edp_hot_plug_det: edp-hot-plug-det {
			pcie1_clkreq_n: pcie1-clkreq-n {
				pins = "gpio79";
				function = "pcie1_clkreqn";
				drive-strength = <2>;
				bias-pull-up;
			};

			qspi_clk: qspi-clk {