On 28.11.2024 9:10 AM, Ziyue Zhang wrote: > Add configurations in devicetree for PCIe1, board related gpios, > PMIC regulators, etc. > > Signed-off-by: Ziyue Zhang <quic_ziyuzhan@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 42 ++++++++++++++++++++++- > 1 file changed, 41 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts > index 7f97f771c44a..a83faba0252e 100644 > --- a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts > +++ b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts > @@ -214,7 +214,7 @@ &gcc { > clocks = <&rpmhcc RPMH_CXO_CLK>, > <&sleep_clk>, > <&pcie0_phy>, > - <0>, > + <&pcie1_phy>, > <0>, > <0>, > <0>, This should be in the previous patch Otherwise lgtm Konrad