On Wed, Oct 18, 2017 at 07:22:40PM +0200, Lucas Stach wrote:
Only exposes a single mode and not a complete display timing, as the datasheet is rather vague about the minimum/maximum values.
Signed-off-by: Lucas Stach l.stach@pengutronix.de Acked-by: Rob Herring robh@kernel.org
v2:
- fix display size in documentation
- add bus flags
.../display/panel/toshiba,lt089ac29000.txt | 8 +++++++ drivers/gpu/drm/panel/panel-simple.c | 27 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt
Separate patches are preferred for bindings and driver. Also, please try to stick to the "drm/panel: " prefix for panel patches (and "drm/panel: simple: " for panel-simple), which makes it easier for me to spot these patches in patchwork.
Both of the above aren't blockers, so applied to drm-misc-next.
Thanks, Thierry