Re: [PATCH v2 03/12] usb: dwc3-generic: Add clock initialization in child DT node

2023-02-01 Thread Marek Vasut
On 2/1/23 02:13, Kunihiko Hayashi wrote: Same as the reset cotnrol, should add a clock initialization in child DT node, if the glue node doesn't have any clocks. Signed-off-by: Kunihiko Hayashi Reviewed-by: Marek Vasut

[PATCH v2 03/12] usb: dwc3-generic: Add clock initialization in child DT node

2023-01-31 Thread Kunihiko Hayashi
Same as the reset cotnrol, should add a clock initialization in child DT node, if the glue node doesn't have any clocks. Signed-off-by: Kunihiko Hayashi --- drivers/usb/dwc3/dwc3-generic.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc