mbox series

[v3,0/3] dt-bindings: display: Convert mxsfb DT bindings to YAML

Message ID 20210115222304.5427-1-laurent.pinchart@ideasonboard.com
Headers show
Series dt-bindings: display: Convert mxsfb DT bindings to YAML | expand

Message

Laurent Pinchart Jan. 15, 2021, 10:23 p.m. UTC
Hello,

This patch series has previously been posted as part of "[PATCH v2 0/7]
drm: mxsfb: Allow overriding bus width". I've split the DT bindings
conversion to a separate series as I believe they're ready, and Martin
has a patch that he would like to submit to the bindings.

All the patches have been acked, and changes to v2 are minor. Rob, could
you take this through your tree ?

Laurent Pinchart (2):
  dt-bindings: display: mxsfb: Convert binding to YAML
  dt-bindings: display: mxsfb: Add and fix compatible strings

Marek Vasut (1):
  dt-bindings: display: mxsfb: Add compatible for i.MX8MM

 .../bindings/display/fsl,lcdif.yaml           | 110 ++++++++++++++++++
 .../devicetree/bindings/display/mxsfb.txt     |  87 --------------
 MAINTAINERS                                   |   2 +-
 3 files changed, 111 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/fsl,lcdif.yaml
 delete mode 100644 Documentation/devicetree/bindings/display/mxsfb.txt

Comments

Rob Herring Jan. 22, 2021, 3:06 p.m. UTC | #1
On Sat, Jan 16, 2021 at 12:23:01AM +0200, Laurent Pinchart wrote:
> Hello,
> 
> This patch series has previously been posted as part of "[PATCH v2 0/7]
> drm: mxsfb: Allow overriding bus width". I've split the DT bindings
> conversion to a separate series as I believe they're ready, and Martin
> has a patch that he would like to submit to the bindings.
> 
> All the patches have been acked, and changes to v2 are minor. Rob, could
> you take this through your tree ?

Better to go thru drm-misc-next given other changes coming, so I applied 
the series there.

Rob