Quoting David Gow (2024-06-13 00:50:10) > On Tue, 4 Jun 2024 at 06:38, Stephen Boyd <sboyd@xxxxxxxxxx> wrote: > > > > Test the KUnit test managed overlay APIs. Confirm that platform devices > > are created and destroyed properly. This provides us confidence that the > > test managed APIs work correctly and can be relied upon to provide tests > > with fake platform devices and device nodes via overlays compiled into > > the kernel image. > > > > Cc: Rob Herring <robh@xxxxxxxxxx> > > Cc: Saravana Kannan <saravanak@xxxxxxxxxx> > > Cc: Daniel Latypov <dlatypov@xxxxxxxxxx> > > Cc: Brendan Higgins <brendan.higgins@xxxxxxxxx> > > Cc: David Gow <davidgow@xxxxxxxxxx> > > Cc: Rae Moar <rmoar@xxxxxxxxxx> > > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > > Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx> > > --- > > This is looking good from my point of view, and passes on my test > setup. One minor question (do we need both to select OF_OVERLAY and > skip if it's not enabled?), but otherwise: We don't need to skip if OF_OVERLAY isn't set because it's forced on for the test. I'll remove it, thanks.