On Thu, Feb 15, 2018 at 1:04 AM, Laurent Pinchart
<laurent.pinchart+rene...@ideasonboard.com> wrote:
> The internal LVDS encoder now has DT bindings separate from the DU. Port
> the device tree over to the new model.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com>

> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -1067,17 +1067,13 @@

> @@ -1092,11 +1088,61 @@
>                         port@1 {
>                                 reg = <1>;
>                                 du_out_lvds0: endpoint {
> +                                       remote-endpoint = <&lvds0_in>;
>                                 };
>                         };
>                         port@2 {
>                                 reg = <2>;
>                                 du_out_lvds1: endpoint {
> +                                       remote-endpoint = <&lvds1_in>;
> +                               };
> +                       };
> +               };
> +       };
> +
> +       lvds0: lvds@feb90000 {
> +               compatible = "renesas,r8a7790-lvds";
> +               reg = <0 0xfeb90000 0 0x1c>;
> +               clocks = <&cpg CPG_MOD 726>;
> +               status = "disabled";

Missing resets, power-domains (for all lvds nodes in all DTS patches).

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to