@@ -6,7 +6,8 @@ nodes that comprise the graphics subsystem.
Required properties:
- - compatible: value should be "marvell,dove-display-subsystem"
+ - compatible: value should be "marvell,dove-display-subsystem" or
+ "marvell,mmp2-display-subsystem"
- ports: a list of phandles pointing to display interface ports of CRTC
devices
- memory-region: phandle to a node describing memory to be used for the
@@ -25,7 +26,7 @@ Marvell Armada LCD controller
Required properties:
- - compatible: value should be "marvell,dove-lcd".
+ - compatible: value should be "marvell,dove-lcd" or "marvell,mmp2-lcd"
- reg: base address and size of the LCD controller
- interrupts: single interrupt number for the LCD controller
@@ -70,7 +71,8 @@ Memory set aside for allocation of Marvell Armada framebuffer objects.
Required properties:
- - compatible: value should be "marvell,dove-framebuffer".
+ - compatible: value should be "marvell,dove-framebuffer" or
+ "marvell,mmp2-framebuffer"
This binding is compatible with the binding, specified in
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt..
The driver will work on a MMP2 as well. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- Note that perhaps "marvell,armada-display-subsystem" and "marvell,armada-framebuffer" would be a good idea in addition of dove/mmp2 specific strings since (at least for now) the driver code is the same. --- .../bindings/display/armada/marvell-armada-drm.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)