Re: [PATCH v1 09/11] rockchip: move dwc3 config to chip specific handler

2023-02-26 Thread Jagan Teki
On Tue, Feb 22, 2022 at 7:03 AM Peter Geis wrote: > > The dwc3 code in the mach-rockchip board file is specific to the rk3399. > Move it to the rk3399 chip specific code. Though it is rk3399, there is no new SoC that requires OTG as of now even if needed it is easy to support here instead of movi

Re: [PATCH v1 09/11] rockchip: move dwc3 config to chip specific handler

2022-03-11 Thread Simon Glass
On Mon, 21 Feb 2022 at 18:31, Peter Geis wrote: > > The dwc3 code in the mach-rockchip board file is specific to the rk3399. > Move it to the rk3399 chip specific code. > > Signed-off-by: Peter Geis > --- > arch/arm/mach-rockchip/board.c | 24 - > arch/arm/mach-rockch

[PATCH v1 09/11] rockchip: move dwc3 config to chip specific handler

2022-02-21 Thread Peter Geis
The dwc3 code in the mach-rockchip board file is specific to the rk3399. Move it to the rk3399 chip specific code. Signed-off-by: Peter Geis --- arch/arm/mach-rockchip/board.c | 24 - arch/arm/mach-rockchip/rk3399/rk3399.c | 29 ++ 2 files chan