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

Andreas Kemnade posted 2 patches 2 years, 11 months ago
.../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
[PATCH v2 0/2] ARM: dts: Add Tolino Vision
Posted by Andreas Kemnade 2 years, 11 months ago
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

-- 
2.30.2
Re: [PATCH v2 0/2] ARM: dts: Add Tolino Vision
Posted by Krzysztof Kozlowski 2 years, 11 months ago
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
Re: [PATCH v2 0/2] ARM: dts: Add Tolino Vision
Posted by Andreas Kemnade 2 years, 11 months ago
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