On Wed, 19 Aug 2020 12:22:45 +0200, Lubomir Rintel wrote: > Himax HX8837 is a secondary display controller used to drive the panel > on OLPC platforms. > > Signed-off-by: Lubomir Rintel <lkundrak@xxxxx> > > --- > Changes since v3: > - Moved to bindings/display/ > - Added the ports > - Converted to YAML > - Removed Pavel's Ack, because the changes are substantial > > Changes since v2: > - s/betweend/between/ > > Changes since v1: > - s/load-gpio/load-gpios/ > - Use interrupt bindings instead of gpio for the IRQ > > .../bindings/display/bridge/himax,hx8837.yaml | 96 +++++++++++++++++++ > 1 file changed, 96 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/himax,hx8837.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>