[PATCH 3/3] arm64: dts: renesas: r8a77965: Add LVDS support
Kieran Bingham
kieran.bingham+renesas at ideasonboard.com
Thu Oct 18 11:17:14 UTC 2018
Hi Laurent,
On 18/10/18 01:41, Laurent Pinchart wrote:
> The M3-N (r8a77965) platform has oneLVDS encoder connected to the DU.
s/oneLVDS/one LVDS/
> Add the corresponding DT node and wire it up.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
With the title fixed,
Reviewed-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> ---
> arch/arm64/boot/dts/renesas/r8a77965.dtsi | 27 +++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> index 83946ca2eba5..b984b85dc066 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> @@ -2153,6 +2153,33 @@
> port at 2 {
> reg = <2>;
> du_out_lvds0: endpoint {
> + remote-endpoint = <&lvds0_in>;
> + };
> + };
> + };
> + };
> +
> + lvds0: lvds at feb90000 {
> + compatible = "renesas,r8a77965-lvds";
> + reg = <0 0xfeb90000 0 0x14>;
> + clocks = <&cpg CPG_MOD 727>;
> + power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
> + resets = <&cpg 727>;
> + status = "disabled";
> +
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port at 0 {
> + reg = <0>;
> + lvds0_in: endpoint {
> + remote-endpoint = <&du_out_lvds0>;
> + };
> + };
> + port at 1 {
> + reg = <1>;
> + lvds0_out: endpoint {
> };
> };
> };
>
More information about the dri-devel
mailing list