mbox series

[v2,0/2] ARM: dts: Add Tolino Vision

Message ID 20230317081618.2387407-1-andreas@kemnade.info (mailing list archive)
Headers show
Series ARM: dts: Add Tolino Vision | expand

Message

Andreas Kemnade March 17, 2023, 8:16 a.m. UTC
Add a basic device tree for the Tolino Vision Ebook reader.
It is equipped with an i.MX6SL SoC.

Andreas Kemnade (2):
  dt-bindings: arm: fsl: add compatible string for Tolino Vision
  ARM: dts: imx: Add devicetree for Tolino Vison

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/imx6sl-tolino-vision.dts    | 490 ++++++++++++++++++
 3 files changed, 492 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6sl-tolino-vision.dts

Comments

Krzysztof Kozlowski March 17, 2023, 9:16 a.m. UTC | #1
On 17/03/2023 09:16, Andreas Kemnade wrote:
> Add a basic device tree for the Tolino Vision Ebook reader.
> It is equipped with an i.MX6SL SoC.
> 

This is v2, so you need changelog describing changes against v1.

Best regards,
Krzysztof
Andreas Kemnade March 17, 2023, 4:47 p.m. UTC | #2
On Fri, 17 Mar 2023 10:16:42 +0100
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:

> On 17/03/2023 09:16, Andreas Kemnade wrote:
> > Add a basic device tree for the Tolino Vision Ebook reader.
> > It is equipped with an i.MX6SL SoC.
> >   
> 
> This is v2, so you need changelog describing changes against v1.
>
Sorry, I have forgotten that:

- improved commit messages
- s/grp-something/-somethinggrp/
- reorder compatible property for touchscren

Regards,
Andreas