Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Biju Das and committed by
Simon Horman
5f152018 3a62c2d2

+8 -3
+8 -3
arch/arm/boot/dts/r8a7744.dtsi
··· 1645 1645 }; 1646 1646 1647 1647 du: display@feb00000 { 1648 - reg = <0 0xfeb00000 0 0x40000>, 1649 - <0 0xfeb90000 0 0x1c>; 1648 + compatible = "renesas,du-r8a7744"; 1649 + reg = <0 0xfeb00000 0 0x40000>; 1650 + interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, 1651 + <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>; 1652 + clocks = <&cpg CPG_MOD 724>, 1653 + <&cpg CPG_MOD 723>; 1654 + clock-names = "du.0", "du.1"; 1655 + status = "disabled"; 1650 1656 1651 1657 ports { 1652 1658 #address-cells = <1>; ··· 1669 1663 }; 1670 1664 }; 1671 1665 }; 1672 - /* placeholder */ 1673 1666 }; 1674 1667 1675 1668 prr: chipid@ff000044 {