On 17.12.2022 01:17, Dmitry Baryshkov wrote: > As gcc now provides two GDSCs, add #power-domain-cells property to the > gcc device node. > > 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 ffc4b081bb62..b72542631337 100644 > --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi > +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi > @@ -729,6 +729,7 @@ gcc: clock-controller@1800000 { > reg = <0x01800000 0x80000>; > #clock-cells = <1>; > #reset-cells = <1>; > + #power-domain-cells = <1>; > > assigned-clocks = <&gcc GCC_APSS_AHB_CLK_SRC>; > assigned-clock-rates = <19200000>;