On 19.07.2024 3:17 PM, Johan Hovold wrote: > Add the missing PCIe4 perst, wake and clkreq GPIOs. > > Fixes: d7e03cce0400 ("arm64: dts: qcom: x1e80100-crd: Enable more support") > Cc: stable@xxxxxxxxxxxxxxx # 6.9 > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 29 +++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts > index 7406f1ad9c55..72d9feec907b 100644 > --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts > +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts > @@ -784,6 +784,12 @@ &mdss_dp3_phy { > }; > > &pcie4 { > + perst-gpios = <&tlmm 146 GPIO_ACTIVE_LOW>; > + wake-gpios = <&tlmm 148 GPIO_ACTIVE_LOW>; > + > + pinctrl-names = "default"; > + pinctrl-0 = <&pcie4_default>; property-n property-names please Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad