Commit 5f152018 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: r8a7744: Add DU support

Add du node to r8a7744 SoC DT. Boards that want to enable the DU
need to specify the output topology.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 3a62c2d2
...@@ -1645,8 +1645,14 @@ vsp@fe938000 { ...@@ -1645,8 +1645,14 @@ vsp@fe938000 {
}; };
du: display@feb00000 { du: display@feb00000 {
reg = <0 0xfeb00000 0 0x40000>, compatible = "renesas,du-r8a7744";
<0 0xfeb90000 0 0x1c>; 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 { ports {
#address-cells = <1>; #address-cells = <1>;
...@@ -1663,7 +1669,6 @@ du_out_lvds0: endpoint { ...@@ -1663,7 +1669,6 @@ du_out_lvds0: endpoint {
}; };
}; };
}; };
/* placeholder */
}; };
prr: chipid@ff000044 { prr: chipid@ff000044 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment