Re: [PATCH v1 10/11] rockchip: rk3568: add dwc3 otg support

2022-03-11 Thread Peter Geis
On Fri, Mar 11, 2022 at 9:25 PM Simon Glass wrote: > > On Mon, 21 Feb 2022 at 18:31, Peter Geis wrote: > > > > Add the required platform data to the rk3568 chip config, in order to > > support dwc3 otg on this chip. > > > > Signed-off-by: Peter Geis > > --- > > arch/arm/mach-rockchip/rk3568/rk3

Re: [PATCH v1 10/11] rockchip: rk3568: add dwc3 otg support

2022-03-11 Thread Simon Glass
On Mon, 21 Feb 2022 at 18:31, Peter Geis wrote: > > Add the required platform data to the rk3568 chip config, in order to > support dwc3 otg on this chip. > > Signed-off-by: Peter Geis > --- > arch/arm/mach-rockchip/rk3568/rk3568.c | 29 ++ > 1 file changed, 29 insertions

[PATCH v1 10/11] rockchip: rk3568: add dwc3 otg support

2022-02-21 Thread Peter Geis
Add the required platform data to the rk3568 chip config, in order to support dwc3 otg on this chip. Signed-off-by: Peter Geis --- arch/arm/mach-rockchip/rk3568/rk3568.c | 29 ++ 1 file changed, 29 insertions(+) diff --git a/arch/arm/mach-rockchip/rk3568/rk3568.c b/arch