Skip to content

Commit a6d1d86

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: sdx55: Move reset and wake gpios to board dts
The reset and wake properties in the PCIe EP node belong to the board dts as they can be customized per board design. So let's move them from SoC dtsi. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230331145915.11653-1-manivannan.sadhasivam@linaro.org
1 parent f6b161e commit a6d1d86

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@
255255
pinctrl-names = "default";
256256
pinctrl-0 = <&pcie_ep_clkreq_default &pcie_ep_perst_default
257257
&pcie_ep_wake_default>;
258+
259+
reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
260+
wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
258261
};
259262

260263
&qpic_bam {

arch/arm/boot/dts/qcom-sdx55.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@
421421
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
422422
interrupt-names = "global",
423423
"doorbell";
424-
reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
425-
wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
426424
resets = <&gcc GCC_PCIE_BCR>;
427425
reset-names = "core";
428426
power-domains = <&gcc PCIE_GDSC>;

0 commit comments

Comments
 (0)