2019-11-08 11:22:22

by Andreas Kemnade

[permalink] [raw]
Subject: [PATCH 0/2] dts: ARM: add Tolino Shine 3 eBook reader

This adds a device tree for the Tolino Shine 3 eBook reader.
Name on mainboard is: 37NB-E60K00+4A4 and serials start with: E60K02
These boards are also found in the Kobo Clara HD eBook reader
but equipped with a i.MX6SLL processor.

It depends on the previously-accepted patch
ARM: dts: add Netronix E60K02 board common file

Andreas Kemnade (2):
dt-bindings: arm: fsl: add compatible string for Tolino Shine 3
ARM: dts: add devicetree entry for Tolino Shine 3

Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx6sl-tolino-shine3.dts | 326 +++++++++++++++++++++++++
3 files changed, 328 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6sl-tolino-shine3.dts

--
2.11.0


2019-11-08 11:25:38

by Andreas Kemnade

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: fsl: add compatible string for Tolino Shine 3

This adds a compatible string for the Tolino Shine 3 eBook reader.

Signed-off-by: Andreas Kemnade <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 4a8ce4a56e0b..663964134604 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -142,6 +142,7 @@ properties:
items:
- enum:
- fsl,imx6sl-evk # i.MX6 SoloLite EVK Board
+ - kobo,tolino-shine3
- const: fsl,imx6sl

- description: i.MX6SLL based Boards
--
2.11.0

2019-11-08 18:35:52

by H. Nikolaus Schaller

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: add compatible string for Tolino Shine 3


> Am 08.11.2019 um 12:18 schrieb Andreas Kemnade <[email protected]>:
>
> This adds a compatible string for the Tolino Shine 3 eBook reader.
>
> Signed-off-by: Andreas Kemnade <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 4a8ce4a56e0b..663964134604 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -142,6 +142,7 @@ properties:
> items:
> - enum:
> - fsl,imx6sl-evk # i.MX6 SoloLite EVK Board
> + - kobo,tolino-shine3
> - const: fsl,imx6sl
>
> - description: i.MX6SLL based Boards
> --
> 2.11.0

Tested-by: H. Nikolaus Schaller <[email protected]> # Tolino Shine3

2019-11-14 18:27:20

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: add compatible string for Tolino Shine 3

On Fri, 8 Nov 2019 12:18:33 +0100, Andreas Kemnade wrote:
> This adds a compatible string for the Tolino Shine 3 eBook reader.
>
> Signed-off-by: Andreas Kemnade <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2019-12-04 11:47:25

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/2] dts: ARM: add Tolino Shine 3 eBook reader

On Fri, Nov 08, 2019 at 12:18:32PM +0100, Andreas Kemnade wrote:
> This adds a device tree for the Tolino Shine 3 eBook reader.
> Name on mainboard is: 37NB-E60K00+4A4 and serials start with: E60K02
> These boards are also found in the Kobo Clara HD eBook reader
> but equipped with a i.MX6SLL processor.
>
> It depends on the previously-accepted patch
> ARM: dts: add Netronix E60K02 board common file
>
> Andreas Kemnade (2):
> dt-bindings: arm: fsl: add compatible string for Tolino Shine 3
> ARM: dts: add devicetree entry for Tolino Shine 3

Applied both, thanks.