On Mon, May 14, 2018 at 09:08:49PM +0200, Lukasz Majewski wrote:
This commit adds support for AUO's 7.0" display.
Signed-off-by: Lukasz Majewski lukma@denx.de Reviewed-by: Rob Herring robh@kernel.org
Changes for v3:
- Remove not used 'bus-format-override = "rgb565";' property
Changes for v2:
- Add *.txt suffix to the auo,g070wn01 file
.../bindings/display/panel/auo,g070vvn01.txt | 29 ++++++++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 31 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/auo,g070vvn01.txt
Next time, please use the standard "drm/panel: " prefix, which increases the chances of me seeing the patch.
Also, it's usually a good idea to split patches up into one that has the device tree bindings and another one that has the driver changes.
Applied, thanks.
Thierry