diff mbox

[6/7] dt-bindings: Document the VC4 TXP module nodes.

Message ID 1496392332-8722-7-git-send-email-boris.brezillon@free-electrons.com
State Not Applicable, archived
Headers show

Commit Message

Boris Brezillon June 2, 2017, 8:32 a.m. UTC
These are part of the vc4 display pipeline.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Eric Anholt June 6, 2017, 8:30 p.m. UTC | #1
Boris Brezillon <boris.brezillon@free-electrons.com> writes:

> These are part of the vc4 display pipeline.
>
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

Patch 6-7 are:

Reviewed-by: Eric Anholt <eric@anholt.net>
Rob Herring (Arm) June 7, 2017, 10:21 p.m. UTC | #2
On Fri, Jun 02, 2017 at 10:32:11AM +0200, Boris Brezillon wrote:
> These are part of the vc4 display pipeline.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
>  Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
index ca02d3e4db91..aeed89cc7f05 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
+++ b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
@@ -20,6 +20,12 @@  Required properties for HVS:
 - interrupts:	The interrupt number
 		  See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
 
+Required properties for TXP:
+- compatible:	Should be "brcm,bcm2835-txp"
+- reg:		Physical base address and length of the TXP's registers
+- interrupts:	The interrupt number
+		  See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
+
 Required properties for HDMI
 - compatible:	Should be "brcm,bcm2835-hdmi"
 - reg:		Physical base address and length of the two register ranges
@@ -86,6 +92,12 @@  hvs@7e400000 {
 	interrupts = <2 1>;
 };
 
+txp@7e004000 {
+	compatible = "brcm,bcm2835-txp";
+	reg = <0x7e004000 0x20>;
+	interrupts = <1 11>;
+};
+
 hdmi: hdmi@7e902000 {
 	compatible = "brcm,bcm2835-hdmi";
 	reg = <0x7e902000 0x600>,