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=-13.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 49955C4741F for ; Wed, 30 Sep 2020 19:02:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1361520EDD for ; Wed, 30 Sep 2020 19:02:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492531; bh=19VM5sLAPjXG/8MAMxxTTdDoyIFXxm3o83MDvQ//eUc=; h=From:To:Subject:Date:In-Reply-To:References:List-ID:From; b=JYrHaK7RnDR/Ny52rhjU8RH8ONMU8h4hK2hWgRZuIvIYm3MW6t8DrXiFTJKwoKcnk lO/Y7v85b/KX00On7fNirDoFANmD2BdrIL052jJknqsFp4iDrr2aCima9dXThEKjij gk8oAMekD1uXmWAtU1tW7lj8/eVTRVOxPHndBKGs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730322AbgI3TCK (ORCPT ); Wed, 30 Sep 2020 15:02:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:37874 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729847AbgI3TCH (ORCPT ); Wed, 30 Sep 2020 15:02:07 -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 29A8320B1F; Wed, 30 Sep 2020 19:02:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492526; bh=19VM5sLAPjXG/8MAMxxTTdDoyIFXxm3o83MDvQ//eUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cu6dljj88C7sdNFgXtsyLUVMOJP552bD4XgzyJcVMFuRKVr4BHTmSQCqXqopOK3SA dCuHe6hbF6G3QAv6aJ/4crWbySt3R0iNHy5/mgFadpOczh/fGGLzb8Iq9wEkHgZplf kHLqHtBMcEqH8iTo0CpX1Nyo6LNma0koV8QpGamk= 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 04/12] dt-bindings: arm: fsl: document i.MX51 boards Date: Wed, 30 Sep 2020 21:01:35 +0200 Message-Id: <20200930190143.27032-5-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200930190143.27032-1-krzk@kernel.org> References: <20200930190143.27032-1-krzk@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document and adjust the compatibles for i.MX51 based boards. Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- Changes since v1: 1. Add missed: zii,imx51-scu2-mezz and zii,imx51-rdu1 2. Add Ack --- .../devicetree/bindings/arm/fsl.yaml | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 93229f9746c7..d34617ad4af6 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -129,13 +129,33 @@ properties: - kobo,aura - const: fsl,imx50 - - description: i.MX51 Babbage Board + - description: i.MX51 based Boards items: - enum: - - armadeus,imx51-apf51 # APF51 SoM - - armadeus,imx51-apf51dev # APF51 SoM on APF51Dev board + - armadeus,imx51-apf51 # Armadeus Systems APF51 module - fsl,imx51-babbage - technologic,imx51-ts4800 + - zii,imx51-scu3-esb + - zii,imx51-scu2-mezz + - zii,imx51-rdu1 + - const: fsl,imx51 + + - description: i.MX51 based Armadeus Systems APF51Dev Board + items: + - const: armadeus,imx51-apf51dev + - const: armadeus,imx51-apf51 + - const: fsl,imx51 + + - description: i.MX51 based Digi ConnectCore CC(W)-MX51 JSK Board + items: + - const: digi,connectcore-ccxmx51-jsk + - const: digi,connectcore-ccxmx51-som + - const: fsl,imx51 + + - description: i.MX51 based Eukrea CPUIMX51 Board + items: + - const: eukrea,mbimxsd51 + - const: eukrea,cpuimx51 - const: fsl,imx51 - description: i.MX53 based Boards -- 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=-13.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 3BD8FC4741F for ; Wed, 30 Sep 2020 19:07:14 +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 CB75320709 for ; Wed, 30 Sep 2020 19:07:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JJwSkdt7"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Cu6dljj8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB75320709 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:References:In-Reply-To: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:List-Owner; bh=q9miDrQmjP8hvMbE2SFzPTCYqrEq3wP9TDL06xU5Gjk=; b=JJwSkdt7/Bh154GdHVo2qVR7em wq5fl/ZNq2ySuiVYE8038xWYkITJivmVUHQOHOTxQYVlVht9Z8zZYgJiFilq9Ege57cuOcZY8OsKr ljjeM/ind9xjrgtP21E160haANOX3KKA+sf5PB3M1UWQxb7XYAtWk2+WAW5tFUkvqc4g6/O4XWABE Y1MgT6mQUQW5zziWEnDO7bNBlal8LxSHWm9cBajfjPXP9jqdjfRGUOj2LLc/VK/5RRs1l30FLXwGQ HVCnWNKT784W0KZdS2jW9JHmaiAzZ64DTViD6TSBExFIj5vFqqqoVL5G8iRfUonSDsTaFMyesRZj7 Wos9ewfw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNhPK-0003Iw-Ae; Wed, 30 Sep 2020 19:04:54 +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 1kNhMg-000277-24 for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 19:02:13 +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 29A8320B1F; Wed, 30 Sep 2020 19:02:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492526; bh=19VM5sLAPjXG/8MAMxxTTdDoyIFXxm3o83MDvQ//eUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cu6dljj88C7sdNFgXtsyLUVMOJP552bD4XgzyJcVMFuRKVr4BHTmSQCqXqopOK3SA dCuHe6hbF6G3QAv6aJ/4crWbySt3R0iNHy5/mgFadpOczh/fGGLzb8Iq9wEkHgZplf kHLqHtBMcEqH8iTo0CpX1Nyo6LNma0koV8QpGamk= 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 04/12] dt-bindings: arm: fsl: document i.MX51 boards Date: Wed, 30 Sep 2020 21:01:35 +0200 Message-Id: <20200930190143.27032-5-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200930190143.27032-1-krzk@kernel.org> References: <20200930190143.27032-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_150210_412389_C18A92DA X-CRM114-Status: GOOD ( 12.70 ) 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 Document and adjust the compatibles for i.MX51 based boards. Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- Changes since v1: 1. Add missed: zii,imx51-scu2-mezz and zii,imx51-rdu1 2. Add Ack --- .../devicetree/bindings/arm/fsl.yaml | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 93229f9746c7..d34617ad4af6 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -129,13 +129,33 @@ properties: - kobo,aura - const: fsl,imx50 - - description: i.MX51 Babbage Board + - description: i.MX51 based Boards items: - enum: - - armadeus,imx51-apf51 # APF51 SoM - - armadeus,imx51-apf51dev # APF51 SoM on APF51Dev board + - armadeus,imx51-apf51 # Armadeus Systems APF51 module - fsl,imx51-babbage - technologic,imx51-ts4800 + - zii,imx51-scu3-esb + - zii,imx51-scu2-mezz + - zii,imx51-rdu1 + - const: fsl,imx51 + + - description: i.MX51 based Armadeus Systems APF51Dev Board + items: + - const: armadeus,imx51-apf51dev + - const: armadeus,imx51-apf51 + - const: fsl,imx51 + + - description: i.MX51 based Digi ConnectCore CC(W)-MX51 JSK Board + items: + - const: digi,connectcore-ccxmx51-jsk + - const: digi,connectcore-ccxmx51-som + - const: fsl,imx51 + + - description: i.MX51 based Eukrea CPUIMX51 Board + items: + - const: eukrea,mbimxsd51 + - const: eukrea,cpuimx51 - const: fsl,imx51 - description: i.MX53 based Boards -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel