[RFC PATCH 1/2] drm/panel: add support for simple-panel description definition using DT

2014-05-12 Thread Boris BREZILLON
On 09/05/2014 16:16, Boris BREZILLON wrote: > Currently, the only way to add new panel descriptions to the simple panel > driver is to add new entries in the platform_of_match table. > > Add support for panel description retrieval from the DT. > > Signed-off-by: Boris BREZILLON > --- >

[RFC PATCH 1/2] drm/panel: add support for simple-panel description definition using DT

2014-05-09 Thread Boris BREZILLON
Currently, the only way to add new panel descriptions to the simple panel driver is to add new entries in the platform_of_match table. Add support for panel description retrieval from the DT. Signed-off-by: Boris BREZILLON --- drivers/gpu/drm/panel/Kconfig| 1 +