arm64: dts: qcom: ipq8074: add USB power domains

Add USB power domains provided by GCC GDSCs.
Add the required #power-domain-cells to the GCC as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220515210048.483898-11-robimarko@gmail.com
This commit is contained in:
Robert Marko 2022-05-15 23:00:48 +02:00 committed by Bjorn Andersson
parent 877460f6a4
commit 8bbda511a3
1 changed files with 5 additions and 0 deletions

View File

@ -347,6 +347,7 @@
compatible = "qcom,gcc-ipq8074";
reg = <0x01800000 0x80000>;
#clock-cells = <0x1>;
#power-domain-cells = <1>;
#reset-cells = <0x1>;
};
@ -575,6 +576,8 @@
<133330000>,
<19200000>;
power-domains = <&gcc USB0_GDSC>;
resets = <&gcc GCC_USB0_BCR>;
status = "disabled";
@ -615,6 +618,8 @@
<133330000>,
<19200000>;
power-domains = <&gcc USB1_GDSC>;
resets = <&gcc GCC_USB1_BCR>;
status = "disabled";