On 17.12.2022 00:40, Dmitry Baryshkov wrote: > Add #clock-cells to the pcie_phy node. It provides a PCIe PIPE clock. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/qcs404.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi > index a5324eecb50a..ffffaa7507cf 100644 > --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi > +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi > @@ -810,6 +810,7 @@ pcie_phy: phy@7786000 { > reset-names = "phy", "pipe"; > > clock-output-names = "pcie_0_pipe_clk"; > + #clock-cells = <0>; > #phy-cells = <0>; > > status = "disabled";