ARM: dts: r8a7744: Add DU support
authorBiju Das <biju.das@bp.renesas.com>
Tue, 22 Jan 2019 15:25:48 +0000 (15:25 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 8 Feb 2019 10:48:38 +0000 (11:48 +0100)
Add du node to r8a7744 SoC DT. Boards that want to enable the DU
need to specify the output topology.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7744.dtsi

index 8d25a0a..83804aa 100644 (file)
                };
 
                du: display@feb00000 {
-                       reg = <0 0xfeb00000 0 0x40000>,
-                             <0 0xfeb90000 0 0x1c>;
+                       compatible = "renesas,du-r8a7744";
+                       reg = <0 0xfeb00000 0 0x40000>;
+                       interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 724>,
+                                <&cpg CPG_MOD 723>;
+                       clock-names = "du.0", "du.1";
+                       status = "disabled";
 
                        ports {
                                #address-cells = <1>;
                                        };
                                };
                        };
-                       /* placeholder */
                };
 
                prr: chipid@ff000044 {