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=-7.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 EB360C4741F for ; Wed, 30 Sep 2020 19:01:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D2C620719 for ; Wed, 30 Sep 2020 19:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492513; bh=sOXQXh8knxv1AF9xNNR8yw3Dd9cyJ6Qbl/YyFiJMgl4=; h=From:To:Subject:Date:List-ID:From; b=VHNFuyzIoyn3sW53P8qNx5Bq4UUnmhVVDuUVRENmg2FD1DMh2Yww/+3tslwlxlowN NwzA5pup46fnoY5vPlY6j8YoEr2EdOLW+XP3Yt6Nr0whBk+0Y2/r3eDOqir8WuunVI FFWbYNN4D7KVEgkdqB99DcOTZ/rtKmh7O4mvAZR0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729978AbgI3TBw (ORCPT ); Wed, 30 Sep 2020 15:01:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:37534 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725799AbgI3TBw (ORCPT ); Wed, 30 Sep 2020 15:01:52 -0400 Received: from localhost.localdomain (unknown [194.230.155.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B705120708; Wed, 30 Sep 2020 19:01:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492511; bh=sOXQXh8knxv1AF9xNNR8yw3Dd9cyJ6Qbl/YyFiJMgl4=; h=From:To:Subject:Date:From; b=g9gP4ZdPP5ydl5PIzqYuXaghjmilQAsIWz3/WQmHGEKLRbk2gT97p3WKnBEfVI9h6 dMc6syNFKeBZgWNpCuaQncIktcQI6ufVkwl7pDumawkDnib4HRwkpRlNRHGvrYES5i FkQ14/XPzPo7AZq3q7urL+tWvyPDnjU2Pql1SQmA= From: Krzysztof Kozlowski To: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Krzysztof Kozlowski , Anson Huang , Andreas Kemnade , Stefan Riedmueller , Robert Jones , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 00/12] ARM: dts: imx: Board compatibles cleanup Date: Wed, 30 Sep 2020 21:01:31 +0200 Message-Id: <20200930190143.27032-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Changes since v1: 1. Drop applied vendor-prefix patches. 2. Add Reviews from Rob. 3. Use ABB prefix for Aristainetos boards. 4. Add missed compatibles for i.MX51, i.MX53 and i.MX6DL. 5. Fix typo (VF600 -> VF610) in VF boards. 6. New vendor prefixes (patches): #1 and #2. Best regards, Krzysztof Krzysztof Kozlowski (12): dt-bindings: vendor-prefixes: add MicroSys dt-bindings: vendor-prefixes: add Revotics dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards dt-bindings: arm: fsl: document i.MX51 boards dt-bindings: arm: fsl: document i.MX53 boards dt-bindings: arm: fsl: document VF boards dt-bindings: arm: fsl: document i.MX6DL boards ARM: dts: imx6dl-pico: fix board compatibles dt-bindings: vendor-prefixes: add ABB dt-bindings: arm: fsl: document i.MX6DL Aristainetos boards ARM: dts: imx6dl: add compatibles for Aristainetos boards dt-bindings: arm: fsl: document i.MX6Q boards .../devicetree/bindings/arm/fsl.yaml | 223 ++++++++++++++++-- .../devicetree/bindings/vendor-prefixes.yaml | 6 + arch/arm/boot/dts/imx6dl-aristainetos2_4.dts | 2 +- arch/arm/boot/dts/imx6dl-aristainetos2_7.dts | 2 +- arch/arm/boot/dts/imx6dl-aristainetos_4.dts | 2 +- arch/arm/boot/dts/imx6dl-aristainetos_7.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-dwarf.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-hobbit.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-nymph.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-pi.dts | 2 +- 10 files changed, 216 insertions(+), 29 deletions(-) -- 2.17.1 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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,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 DE4DFC4727C for ; Wed, 30 Sep 2020 19:06:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D5A520709 for ; Wed, 30 Sep 2020 19:06:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="2vPQjotB"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="g9gP4ZdP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D5A520709 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:To:From:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=FRJJ/7etC+JdIdELuiboK5DrnP+LT9IteQm+7+jGMFs=; b=2vPQjotBdjm+fNvNqvWac33UNO iCR3pCVofcBj6BTQx+tR+gfUAkFDRRk/IfMaxcv/ElbzfxWljS4vV/KfNFwSEAJM07/vF/qpWzgYh JyOGiojoEddUqbZvu4xoTM9uXxzj96MYaGZsiACTFRN20m3u2WrrJ05/k8NZI+sOSeni5pgMMWl++ NM1HDX6ToSDe+qhoQl2v7zb7yirs7TW9lw744xphgOzskNzHaiYF6va1E5+InaKsVjDl2HxPV62No IzEKI6PfwWeCL6JbSBnDcw4lXXBXYJzGBgxJhZo5tk4kUKdN/J/gXvg+sLhAc71tZ3ptrznfWPRXA hfGtsVIQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNhP1-000386-1h; Wed, 30 Sep 2020 19:04:35 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNhMQ-0001yF-2U for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 19:01:55 +0000 Received: from localhost.localdomain (unknown [194.230.155.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B705120708; Wed, 30 Sep 2020 19:01:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492511; bh=sOXQXh8knxv1AF9xNNR8yw3Dd9cyJ6Qbl/YyFiJMgl4=; h=From:To:Subject:Date:From; b=g9gP4ZdPP5ydl5PIzqYuXaghjmilQAsIWz3/WQmHGEKLRbk2gT97p3WKnBEfVI9h6 dMc6syNFKeBZgWNpCuaQncIktcQI6ufVkwl7pDumawkDnib4HRwkpRlNRHGvrYES5i FkQ14/XPzPo7AZq3q7urL+tWvyPDnjU2Pql1SQmA= From: Krzysztof Kozlowski To: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Krzysztof Kozlowski , Anson Huang , Andreas Kemnade , Stefan Riedmueller , Robert Jones , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 00/12] ARM: dts: imx: Board compatibles cleanup Date: Wed, 30 Sep 2020 21:01:31 +0200 Message-Id: <20200930190143.27032-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_150154_335590_12D98269 X-CRM114-Status: GOOD ( 11.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Changes since v1: 1. Drop applied vendor-prefix patches. 2. Add Reviews from Rob. 3. Use ABB prefix for Aristainetos boards. 4. Add missed compatibles for i.MX51, i.MX53 and i.MX6DL. 5. Fix typo (VF600 -> VF610) in VF boards. 6. New vendor prefixes (patches): #1 and #2. Best regards, Krzysztof Krzysztof Kozlowski (12): dt-bindings: vendor-prefixes: add MicroSys dt-bindings: vendor-prefixes: add Revotics dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards dt-bindings: arm: fsl: document i.MX51 boards dt-bindings: arm: fsl: document i.MX53 boards dt-bindings: arm: fsl: document VF boards dt-bindings: arm: fsl: document i.MX6DL boards ARM: dts: imx6dl-pico: fix board compatibles dt-bindings: vendor-prefixes: add ABB dt-bindings: arm: fsl: document i.MX6DL Aristainetos boards ARM: dts: imx6dl: add compatibles for Aristainetos boards dt-bindings: arm: fsl: document i.MX6Q boards .../devicetree/bindings/arm/fsl.yaml | 223 ++++++++++++++++-- .../devicetree/bindings/vendor-prefixes.yaml | 6 + arch/arm/boot/dts/imx6dl-aristainetos2_4.dts | 2 +- arch/arm/boot/dts/imx6dl-aristainetos2_7.dts | 2 +- arch/arm/boot/dts/imx6dl-aristainetos_4.dts | 2 +- arch/arm/boot/dts/imx6dl-aristainetos_7.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-dwarf.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-hobbit.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-nymph.dts | 2 +- arch/arm/boot/dts/imx6dl-pico-pi.dts | 2 +- 10 files changed, 216 insertions(+), 29 deletions(-) -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel