On Fri, Mar 11, 2022 at 9:25 PM Simon Glass <s...@chromium.org> wrote: > > On Mon, 21 Feb 2022 at 18:31, Peter Geis <pgwipe...@gmail.com> 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 <pgwipe...@gmail.com> > > --- > > arch/arm/mach-rockchip/rk3568/rk3568.c | 29 ++++++++++++++++++++++++++ > > 1 file changed, 29 insertions(+) > > > > Reviewed-by: Simon Glass <s...@chromium.org> > > Seems that this info should be in the device tree.
I agree, but unless I'm missing something it seems the dwc3 otg code can only take platform data right now.