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=-3.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no 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 2EC90C5DF60 for ; Fri, 8 Nov 2019 11:21:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0256B21D7E for ; Fri, 8 Nov 2019 11:21:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="Bsm8E1xc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731623AbfKHLV2 (ORCPT ); Fri, 8 Nov 2019 06:21:28 -0500 Received: from mail.andi.de1.cc ([85.214.55.253]:46108 "EHLO mail.andi.de1.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730221AbfKHLV1 (ORCPT ); Fri, 8 Nov 2019 06:21:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Message-Id:Date:Subject:To:From:Sender:Reply-To :Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: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=TStTNZM8PfBlzl4Lo1zrdZm0ddkmI3oBmBJSellfY7c=; b=Bsm8E1xcOoUl6l8gQPnHh1yQZu 5cyykXPM9F8n+18VoakJHEBpvjYfua8LiYIcG50uzYqYkrXjJBnYIC8WRu0p4YB6yxq5+Fm/GWfCF rYClCAGsKjIh1o4U1iMoLwt9BzPKCAxh603lrTrHeEO09EE2PbEvsNwz4pGJeqvLhyV8=; Received: from [2a02:790:ff:919:7ee9:d3ff:fe1f:a246] (helo=localhost) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iT2KP-0000ap-Io; Fri, 08 Nov 2019 12:21:22 +0100 Received: from andi by localhost with local (Exim 4.89) (envelope-from ) id 1iT2IH-0004rL-Gq; Fri, 08 Nov 2019 12:19:10 +0100 From: Andreas Kemnade To: robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, andrew.smirnov@gmail.com, manivannan.sadhasivam@linaro.org, andreas@kemnade.info, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, j.neuschaefer@gmx.net, letux-kernel@openphoenux.org Subject: [PATCH 0/2] dts: ARM: add Tolino Shine 3 eBook reader Date: Fri, 8 Nov 2019 12:18:32 +0100 Message-Id: <20191108111834.18610-1-andreas@kemnade.info> X-Mailer: git-send-email 2.11.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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