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 -- 2.30.2