Hi Marek,

On 2023/02/02 6:51, Marek Vasut wrote:
On 2/1/23 02:13, Kunihiko Hayashi wrote:
Add reset control support in USB glue logic. This needs to control
the external clocks and resets for the logic before accessing the
glue logic.

Signed-off-by: Kunihiko Hayashi <hayashi.kunih...@socionext.com>

With the very little knowledge I have of this platform:
Reviewed-by: Marek Vasut <ma...@denx.de>

I see. I should make some explanation.

The dm tree for usb is the following.

  glue
    +-- controller       (need controller-reset)
    +-- controller-reset (need syscon-reset)
    +-- phy

The controller needs to deassert "controller-reset" in the glue.
The glue needs to deassert "syscon-reset".

The glue node itself doesn't have "resets" property, so
the controller-reset controls "syscon-reset" instead.

This patch adds the reset control for "controller-reset".

Thank you,

---
Best Regards
Kunihiko Hayashi

Reply via email to