From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 262CBC433FE for ; Fri, 24 Sep 2021 08:58:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FF856124C for ; Fri, 24 Sep 2021 08:58:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245037AbhIXJAQ (ORCPT ); Fri, 24 Sep 2021 05:00:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244621AbhIXJAQ (ORCPT ); Fri, 24 Sep 2021 05:00:16 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 290F4C061574; Fri, 24 Sep 2021 01:58:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=SI/cOAtE1Wcg3NmVZ4SKRLLHEGol1UY9HS1ApBErzyE=; b=Vv512Iu7hpYDJYSUgY2Sy7rBtf vVMq70xpGjXddxlKc/aQjgMI9dYNmWfyF+0pwwWqYJiCVnsCs++rYYe0cZAR+8ARv8mOamTPFKZK/ Dhs/F3QGrlvMvT311rbRt03ySId27bHByuGwtwwPJoksRfeKaC9Fi4c0i1/9Bp3bncRs=; Received: from p200300ccff0ce8001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff0c:e800:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1mTh2R-00024c-29; Fri, 24 Sep 2021 10:58:35 +0200 Received: from andi by aktux with local (Exim 4.94.2) (envelope-from ) id 1mTh2Q-00Ak4I-Jz; Fri, 24 Sep 2021 10:58:34 +0200 From: Andreas Kemnade List-Id: To: robh+dt@kernel.org, arnd@arndb.de, olof@lixom.net, soc@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, krzk@kernel.org, leoyang.li@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Andreas Kemnade Subject: [PATCH v2 0/4] ARM: dts: add E70K02 based eBook readers Date: Fri, 24 Sep 2021 10:58:28 +0200 Message-Id: <20210924085832.2560317-1-andreas@kemnade.info> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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