Hi Caleb,

On Wed, 21 Aug 2024 at 08:11, Caleb Connolly <[email protected]> wrote:
>
> Hi Simon,
> >> +U_BOOT_DRIVER(gcc_sc7280) = {
> >> +       .name           = "gcc_sc7280",
> >> +       .id             = UCLASS_NOP,
> >> +       .of_match       = gcc_sc7280_of_match,
> >> +       .bind           = qcom_cc_bind,
> >> +       .flags          = DM_FLAG_PRE_RELOC | DM_FLAG_DEFAULT_PD_CTRL_OFF,
> >> +};
> >
> > This should use driver model, with a UCLASS_CLK and UCLASS_RESET
>
> Please refer to qcom_cc_bind() which binds the clock, reset, and power
> domain drivers.

Gosh, why? Are these devices not in the devicetree?

Regards,
Simon

Reply via email to