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.8 required=3.0 tests=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 AD6A2C433E0 for ; Wed, 20 May 2020 09:29:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7DF8E207D3 for ; Wed, 20 May 2020 09:29:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726830AbgETJ3y (ORCPT ); Wed, 20 May 2020 05:29:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726799AbgETJ3x (ORCPT ); Wed, 20 May 2020 05:29:53 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D002BC061A0E for ; Wed, 20 May 2020 02:29:52 -0700 (PDT) Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jbL2h-0003Wl-CA; Wed, 20 May 2020 11:29:39 +0200 Received: from ore by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jbL2g-00047l-Kw; Wed, 20 May 2020 11:29:38 +0200 From: Oleksij Rempel To: Mark Rutland , Rob Herring , Sascha Hauer , Shawn Guo Cc: Oleksij Rempel , devicetree@vger.kernel.org, Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team Subject: [PATCH v7 0/5] mainline Protonic boards Date: Wed, 20 May 2020 11:29:32 +0200 Message-Id: <20200520092937.15797-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org changes v7: - VT7: reorder node alphabetically - VT7: rename "reg_12v_bl: regulator-bl-12v" to "reg_bl_12v0: regulator-bl-12v0" - VT7: remove panel and TS nodes. This drivers are currently not mainline. - prti6q.dtsi: move reg_1v8 to prti6q.dts - prti6q.dtsi: remove pinctrl from the can1 node. It is done on almost every board file. changes v6: - move fsl.yaml changes to separate patch - remove partitions, they are provided by the bootloader - update flash compatible - rename can3 to can - fix fsl,mode - fix interrupt in the wlan node on PRTI6Q changes v5: - PRTI6Q: remove status from the pwm-backlight node - drop the vendor-prefixes patch, it is already taken by Rob - add Reviewed-by: Rob Herring changes v4: - VT7: fix typo changes v3: - move compatible to the start of node - move status to the end - use generic names in compatible - refactor dts/dtsi - use alphabet order for pinctrl and phandels - remove unused or currently not supported nodes changes v2: - squash PRTI6Q patches Oleksij Rempel (5): ARM: dts: add Protonic PRTI6Q board ARM: dts: add Protonic WD2 board ARM: dts: add Protonic VT7 board ARM: dts: add Protonic RVT board dt-bindings: arm: fsl: add different Protonic boards .../devicetree/bindings/arm/fsl.yaml | 4 + arch/arm/boot/dts/Makefile | 4 + arch/arm/boot/dts/imx6dl-prtrvt.dts | 182 ++++++ arch/arm/boot/dts/imx6dl-prtvt7.dts | 472 ++++++++++++++++ arch/arm/boot/dts/imx6q-prti6q.dts | 529 ++++++++++++++++++ arch/arm/boot/dts/imx6q-prtwd2.dts | 188 +++++++ arch/arm/boot/dts/imx6qdl-prti6q.dtsi | 174 ++++++ 7 files changed, 1553 insertions(+) create mode 100644 arch/arm/boot/dts/imx6dl-prtrvt.dts create mode 100644 arch/arm/boot/dts/imx6dl-prtvt7.dts create mode 100644 arch/arm/boot/dts/imx6q-prti6q.dts create mode 100644 arch/arm/boot/dts/imx6q-prtwd2.dts create mode 100644 arch/arm/boot/dts/imx6qdl-prti6q.dtsi -- 2.26.2