mbox series

[0/6] Bindings for Armada display subsystem

Message ID 20190120172534.24617-1-lkundrak@v3.sk (mailing list archive)
Headers show
Series Bindings for Armada display subsystem | expand

Message

Lubomir Rintel Jan. 20, 2019, 5:25 p.m. UTC
Hi,

this patch set extends the bindings documentation of Armada LCDC to
cover the rest of the display subsystem.

It is based on what was implemented by Russel's patch set that
implements the dt bindings for armada-drm [1].

[1] https://lists.freedesktop.org/archives/dri-devel/2018-July/182893.html

There are some differencies though:

* Compatible strings for the MMP2 platform were added
* The compatible strings for the display-subsystem node and the
  framebuffer node include "marvell,armada-display-subsystem" and
  "marvell,armada-framebuffer" since they are hardware agnostic and
  supportable with the same driver code.
* The "bus-width property" was added.

More in the individual patches.

Thank you,
Lubo