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

ARM: dts: r8a7744: Add LVDS support

Add LVDS encoder node to r8a7744 SoC DT.

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
1feef0ac 5f152018

+27
+27
arch/arm/boot/dts/r8a7744.dtsi
··· 1666 1666 port@1 { 1667 1667 reg = <1>; 1668 1668 du_out_lvds0: endpoint { 1669 + remote-endpoint = <&lvds0_in>; 1670 + }; 1671 + }; 1672 + }; 1673 + }; 1674 + 1675 + lvds0: lvds@feb90000 { 1676 + compatible = "renesas,r8a7744-lvds"; 1677 + reg = <0 0xfeb90000 0 0x1c>; 1678 + clocks = <&cpg CPG_MOD 726>; 1679 + power-domains = <&sysc R8A7744_PD_ALWAYS_ON>; 1680 + resets = <&cpg 726>; 1681 + status = "disabled"; 1682 + 1683 + ports { 1684 + #address-cells = <1>; 1685 + #size-cells = <0>; 1686 + 1687 + port@0 { 1688 + reg = <0>; 1689 + lvds0_in: endpoint { 1690 + remote-endpoint = <&du_out_lvds0>; 1691 + }; 1692 + }; 1693 + port@1 { 1694 + reg = <1>; 1695 + lvds0_out: endpoint { 1669 1696 }; 1670 1697 }; 1671 1698 };