[PATCH v2 03/13] sandbox: Add a fake display controller and link it to the panel

Simon Glass sjg at chromium.org
Thu Dec 5 18:56:50 CET 2024


On Thu, 5 Dec 2024 at 06:54, Miquel Raynal <miquel.raynal at 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.raynal at bootlin.com>
> ---
>  arch/sandbox/dts/test.dts | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list