On Thu, Apr 16, 2020 at 6:26 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Wed, Apr 8, 2020 at 9:51 PM Sam Ravnborg <sam@xxxxxxxxxxxx> wrote: > > > Rob wrote: > > > > Uhhh, it's looking for dsi-controller(@.*)? which is not the common > > case found in dts files. We should fix that to dsi(@.*)?. > > > > See: https://lore.kernel.org/dri-devel/20200319032222.GK29911@bogus/ > > > > Fix it. > > > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Cc: Rob Herring <robh@xxxxxxxxxx> > > I think I was instructed to use dsi-controller@ at some point but I > suppose it was a misunderstanding. Probably my fault. We've been nice and inconsistent on naming patterns. I always have to double check whether it is 'gpio-controller@' or 'gpio@'... The answer is always whatever has the most hits in dts files. Rob