mbox series

[0/2] dts: ARM: add Tolino Shine 3 eBook reader

Message ID 20191108111834.18610-1-andreas@kemnade.info (mailing list archive)
Headers show
Series dts: ARM: add Tolino Shine 3 eBook reader | expand

Message

Andreas Kemnade Nov. 8, 2019, 11:18 a.m. UTC
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

Comments

Shawn Guo Dec. 4, 2019, 11:45 a.m. UTC | #1
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.