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
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
> 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
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]>
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.