f2fddff3f5943daba5e6d979772a77480137eac1
The gx_clkctl_gx_gdsc requires both gpu_cc_cx_gdsc and VDD_GX to access its configuration registers. We access these registers during probe, so we need to ensure these dependencies aren't disabled until after our probe completes. Add proxy consumers for this. After probe, the parent-supply will ensure VDD_GX is enabled before we touch registers in the regulator_enable/disable paths. And for the CX GDSC dependency, the client already enables it before the GX GDSC due to historical functional requirements between the CX and GX sides. Change-Id: I49f5654a8a86644074c76788de821eb8ae621d09 Signed-off-by: Mike Tipton <quic_mdtipton@quicinc.com>
Description
No description provided
Languages
Makefile
81.1%
Starlark
18.9%