Hi Eric,

I wasn't included in the To/Cc list, and lore has not been working
properly recently, so I had some difficulty replying to this thread.

> -     depends on PINCTRL_GENERIC && DM
> +     depends on PINCTRL_GENERIC && DM && SYSCON

Since v6 uses dev_read_phandle_with_args() followed by
regmap_init_mem(), the driver no longer uses the syscon uclass or any
syscon_* API. Therefore, the SYSCON dependency is unnecessary.

> +#include <regmap.h>
> +#include <syscon.h>

This include is unnecessary as well.

Best regards,
Junhui

Reply via email to