arm64: dts: qcom: sc7180: Add required-opps for USB
authorRajendra Nayak <quic_rjendra@quicinc.com>
Tue, 27 Sep 2022 10:26:46 +0000 (15:56 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:16:45 +0000 (13:16 -0500)
commit5d6fc6321db1b0ea4df0c4654ccb0432f740fcf4
tree18479d4f6b27dbefa847614726c1933a0d8def9e
parent9c2eb59712cc21a183772e9837dec2305b14a423
arm64: dts: qcom: sc7180: Add required-opps for USB

USB has a requirement to put a performance state vote on 'cx'
while active. Use 'required-opps' to pass this information from
device tree, and since all the GDSCs in GCC (including USB) are
sub-domains of cx, we also add cx as a power-domain for GCC.
Now when any of the consumers of the GDSCs (in this case USB)
votes on a perforamance state, genpd framework can identify that
the GDSC itself does not support a performance state and it
then propogates the vote to the parent, which in this case is cx.

This change would also mean that any GDSC in GCC thats left enabled
during low power state (perhaps because its marked with a
ALWAYS_ON flag) can prevent the system from entering low power
since that would prevent cx from transitioning to low power.
Ideally any consumers that would need to have their devices
(partially) powered to support wakeups should look at making the
resp. GDSCs transtion to a Retention (PWRSTS_RET) state instead
of leaving them ALWAYS_ON.

Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220927102646.14785-1-quic_rjendra@quicinc.com
arch/arm64/boot/dts/qcom/sc7180.dtsi