[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190120172534.24617-6-lkundrak@v3.sk>
Date: Sun, 20 Jan 2019 18:25:33 +0100
From: Lubomir Rintel <lkundrak@...sk>
To: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>
Cc: Russell King <linux@...linux.org.uk>,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Lubomir Rintel <lkundrak@...sk>
Subject: [PATCH 5/6] dt-bindings: display: armada: Add mmp2 compatible strings
The driver will work on a MMP2 as well.
Signed-off-by: Lubomir Rintel <lkundrak@...sk>
---
.../bindings/display/armada/marvell-armada-drm.txt | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/armada/marvell-armada-drm.txt b/Documentation/devicetree/bindings/display/armada/marvell-armada-drm.txt
index 3dbfa8047f0b..53524077db25 100644
--- a/Documentation/devicetree/bindings/display/armada/marvell-armada-drm.txt
+++ b/Documentation/devicetree/bindings/display/armada/marvell-armada-drm.txt
@@ -6,8 +6,9 @@ nodes that comprise the graphics subsystem.
Required properties:
- - compatible: value should be "marvell,dove-display-subsystem",
- "marvell,armada-display-subsystem"
+ - compatible: value should be one of:
+ - "marvell,dove-display-subsystem", "marvell,armada-display-subsystem"
+ - "marvell,mmp2-display-subsystem", "marvell,armada-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
@@ -27,7 +28,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
@@ -72,8 +73,9 @@ Memory set aside for allocation of Marvell Armada framebuffer objects.
Required properties:
- - compatible: value should be "marvell,dove-framebuffer",
- "marvell,armada-framebuffer".
+ - compatible: value should be one of:
+ - "marvell,dove-framebuffer", "marvell,armada-framebuffer"
+ - "marvell,mmp2-framebuffer", "marvell,armada-framebuffer"
This binding is compatible with the binding, specified in
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt..
--
2.20.1
Powered by blists - more mailing lists