On Thu, 5 Dec 2024 at 06:54, Miquel Raynal <miquel.ray...@bootlin.com> wrote: > > Use a graph endpoint representation for that in order to test a new core > DM helper going through these properties. > > Display pipelines typically include graph endpoints, but the helper is > generic and would work with any device type. We do not bother with > creating a display controller dummy driver but instead use the default > testing placeholder compatible. > > Signed-off-by: Miquel Raynal <miquel.ray...@bootlin.com> > --- > arch/sandbox/dts/test.dts | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>