mbox series

[v4,0/2] Add LVDS panel support to HiHope RZ/G2M

Message ID 1583957020-16359-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Add LVDS panel support to HiHope RZ/G2M | expand

Message

Prabhakar March 11, 2020, 8:03 p.m. UTC
Dear All,

The HiHope RZ/G2M is advertised as supporting panel idk-1110wr from
Advantech, but the panel doesn't come with the board, it has to purchased
separatey, therefore this series adds panel support to a new DT.

v3->v4
 * Included rzg2-advantech-idk-1110wr-panel.dtsi in
   r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts file instead of re-inventing
   the wheel.
 * Dropped the Ack from Laurent for patch 2/2 due to above changes

v2->v3
 * Included Reviewed-by from Rob and Laurent
 * Switched to dual license
 * Added myself as the maintainer
 * Updated copyright year
 * Rebased the patches

v1->v2
 * fixed a space according to Geert's feedback.

Thanks,
Prabhakar

Fabrizio Castro (2):
  dt-bindings: display: Add idk-1110wr binding
  arm64: dts: renesas: Add HiHope RZ/G2M board with idk-1110wr display

 .../display/panel/advantech,idk-1110wr.yaml        | 69 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/Makefile               |  1 +
 .../r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts        | 52 ++++++++++++++++
 3 files changed, 122 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts

Comments

Geert Uytterhoeven March 12, 2020, 10:10 a.m. UTC | #1
Hi Lad,

On Wed, Mar 11, 2020 at 9:03 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> The HiHope RZ/G2M is advertised as supporting panel idk-1110wr from
> Advantech, but the panel doesn't come with the board, it has to purchased
> separatey, therefore this series adds panel support to a new DT.
>
> v3->v4
>  * Included rzg2-advantech-idk-1110wr-panel.dtsi in
>    r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts file instead of re-inventing
>    the wheel.
>  * Dropped the Ack from Laurent for patch 2/2 due to above changes
>
> v2->v3
>  * Included Reviewed-by from Rob and Laurent
>  * Switched to dual license
>  * Added myself as the maintainer
>  * Updated copyright year
>  * Rebased the patches
>
> v1->v2
>  * fixed a space according to Geert's feedback.
>
> Thanks,
> Prabhakar
>
> Fabrizio Castro (2):
>   dt-bindings: display: Add idk-1110wr binding
>   arm64: dts: renesas: Add HiHope RZ/G2M board with idk-1110wr display
>
>  .../display/panel/advantech,idk-1110wr.yaml        | 69 ++++++++++++++++++++++
>  arch/arm64/boot/dts/renesas/Makefile               |  1 +
>  .../r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts        | 52 ++++++++++++++++
>  3 files changed, 122 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml
>  create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts

Thanks for the update!
I've queued the second patch in renesas-devel for v5.7.

Gr{oetje,eeting}s,

                        Geert