Re: [PATCH 5/9] drm/simplekms: Initialize framebuffer data from device-tree node

2020-06-29 Thread Rob Herring
On Thu, Jun 25, 2020 at 6:00 AM Thomas Zimmermann wrote: > > A firmware framebuffer might also be specified via device-tree files. If > no device platform data is given, try the DT device node. You are missing a DT match table for driver matching and module loading (if a module is supported). >

[PATCH 5/9] drm/simplekms: Initialize framebuffer data from device-tree node

2020-06-25 Thread Thomas Zimmermann
A firmware framebuffer might also be specified via device-tree files. If no device platform data is given, try the DT device node. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/simplekms.c | 84 1 file changed, 84 insertions(+) diff --git a/drivers/g