mbox series

[v2,0/4] ARM: dts: add E70K02 based eBook readers

Message ID 20210924085832.2560317-1-andreas@kemnade.info (mailing list archive)
Headers show
Series ARM: dts: add E70K02 based eBook readers | expand

Message

Andreas Kemnade Sept. 24, 2021, 8:58 a.m. UTC
Add devicetrees for E70K02 based ebook readers. 
Name on mainboard is: 37NB-E70K0M+6A3
Serials start with: E70K02 (a number also seen in vendor kernel
sources).

These boards are found in the Kobo Libra H2O with an i.MX6SLL and
in the Tolino Vision 5 with an i.MX6SL.

Work is based on code from the vendor kernel at
https://github.com/kobolabs/Kobo-Reader/blob/master/hw/imx6sll-librah2o/kernel.tar.bz2
but things need to be heavily reworked due to
incompatible bindings.

Changes in v2:

Node names style cleanup, mainly mmc stuff, s/_/-/

Andreas Kemnade (4):
  dt-bindings: arm: fsl: Add E70K02 based ebook readers
  ARM: dts: add Netronix E70K02 board common file
  ARM: dts: imx: add devicetree for Kobo Libra H2O
  ARM: dts: imx: add devicetree for Tolino Vision 5

 .../devicetree/bindings/arm/fsl.yaml          |   2 +
 arch/arm/boot/dts/Makefile                    |   4 +-
 arch/arm/boot/dts/e70k02.dtsi                 | 320 ++++++++++++++++
 arch/arm/boot/dts/imx6sl-tolino-vision5.dts   | 349 ++++++++++++++++++
 arch/arm/boot/dts/imx6sll-kobo-librah2o.dts   | 339 +++++++++++++++++
 5 files changed, 1013 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/e70k02.dtsi
 create mode 100644 arch/arm/boot/dts/imx6sl-tolino-vision5.dts
 create mode 100644 arch/arm/boot/dts/imx6sll-kobo-librah2o.dts

Comments

Shawn Guo Oct. 5, 2021, 5:40 a.m. UTC | #1
On Fri, Sep 24, 2021 at 10:58:28AM +0200, Andreas Kemnade wrote:
> Add devicetrees for E70K02 based ebook readers. 
> Name on mainboard is: 37NB-E70K0M+6A3
> Serials start with: E70K02 (a number also seen in vendor kernel
> sources).
> 
> These boards are found in the Kobo Libra H2O with an i.MX6SLL and
> in the Tolino Vision 5 with an i.MX6SL.
> 
> Work is based on code from the vendor kernel at
> https://github.com/kobolabs/Kobo-Reader/blob/master/hw/imx6sll-librah2o/kernel.tar.bz2
> but things need to be heavily reworked due to
> incompatible bindings.
> 
> Changes in v2:
> 
> Node names style cleanup, mainly mmc stuff, s/_/-/
> 
> Andreas Kemnade (4):
>   dt-bindings: arm: fsl: Add E70K02 based ebook readers
>   ARM: dts: add Netronix E70K02 board common file
>   ARM: dts: imx: add devicetree for Kobo Libra H2O
>   ARM: dts: imx: add devicetree for Tolino Vision 5

Applied all, thanks!