From patchwork Thu Jan 7 09:12:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Teresa Remmet X-Patchwork-Id: 12003299 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=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 3697BC433E9 for ; Thu, 7 Jan 2021 09:14:38 +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 DA13B2312E for ; Thu, 7 Jan 2021 09:14:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DA13B2312E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=phytec.de 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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:References:In-Reply-To:Message-Id:Date:Subject:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jWvBUGyVw3CAvPS9RjG7GaO+Snpg+JfBvBQ6Kj262/U=; b=mfyclAclqmvXDUbxWIqAl/UeOx lF0oAryjaSeq78TiWIj3Hvhr09sW+soiQVMvGlunameZybVO2xSLBV/G5GR33KPGMP/2se+2682NM 6A2xEEFr1AIbILexF6GtugFhjCK60xo9iy4q4RGxM9PWZTM1XYfV+Y/8eB81OfrPEyiPjI23JlLWy HyFjHley/itKmPLu3StVO7lCZOx/dbW0rlZMmwoqCH9gvIwJkhrlAsKRk3x78MQYsf37ZU2Hcnpko fWIyx56EjO7Hd9ItItwzrzL+ByYBMzt4u6zL69iT+VKTjFwgNGATaepUTjGJw9HCbAVGYZkp8gyuR 038wIQ5Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kxRLJ-0006l9-FQ; Thu, 07 Jan 2021 09:12:29 +0000 Received: from mickerik.phytec.de ([195.145.39.210]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kxRL8-0006gM-L3 for linux-arm-kernel@lists.infradead.org; Thu, 07 Jan 2021 09:12:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=phytec.de; s=a1; c=relaxed/simple; q=dns/txt; i=@phytec.de; t=1610010733; x=1612602733; h=From:Sender:Reply-To:Subject:Date:Message-Id: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=yzBz9MGFyPPlIVwMDytNyoWoX4TZfTmcexzLYMJrQnM=; b=GGB+x2Pc1lVvCffedG6QoP2nyQu7Eup/jCqJcZsc1pLujWUh7QOxZN9EmQmUv9hc 7L6EY3x/Z7io1IDfjNa3vuHHNstJP2T48+h2mB0CgTTOmZDfJISoaX0c0DOsAv5H GE+6b+rYYrAaRMVrafEL5+slUnMX3amDvi9TdLQh6kA=; X-AuditID: c39127d2-0d3b770000001c86-10-5ff6d06df2d9 Received: from idefix.phytec.de (Unknown_Domain [172.16.0.10]) by mickerik.phytec.de (PHYTEC Mail Gateway) with SMTP id 39.B1.07302.D60D6FF5; Thu, 7 Jan 2021 10:12:13 +0100 (CET) Received: from augenblix2.phytec.de ([172.16.0.56]) by idefix.phytec.de (IBM Domino Release 9.0.1FP7) with ESMTP id 2021010710121273-64473 ; Thu, 7 Jan 2021 10:12:12 +0100 From: Teresa Remmet To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 3/4] bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings Date: Thu, 7 Jan 2021 10:12:10 +0100 Message-Id: <1610010731-44779-4-git-send-email-t.remmet@phytec.de> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1610010731-44779-1-git-send-email-t.remmet@phytec.de> References: <1610010731-44779-1-git-send-email-t.remmet@phytec.de> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 07.01.2021 10:12:12, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 07.01.2021 10:12:13, Serialize complete at 07.01.2021 10:12:13 X-TNEFEvaluated: 1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprLLMWRmVeSWpSXmKPExsWyRoCBSzf3wrd4gyW7WCz6DjJZvF/Ww2gx /8g5VouHV/0tzp/fwG6x6fE1VovWvUfYLf5u38Ri8WKLuAOnx5p5axg9ds66y+6xaVUnm8fm JfUe/X8NPNbNfc/u8XmTXAB7FJdNSmpOZllqkb5dAldGx83FTAUHOCrW32tmbWA8zdbFyMkh IWAiceDwCxYQW0hgK6PEy11mXYxcQPZZRokfbxaCJdgENCSerjjNBGKLCLhIbJ7wjAmkiFmg hUni5vzFYJOEBYIkPjz4BWRzcLAIqEgsuw8W5hVwkug7eosZYpmcxM1zncwgJZwCzhKrvlRA 7HWSOHDzMjvISAmBRiaJnQ/aoI4Tkji9+CzzBEa+BYwMqxiFcjOTs1OLMrP1CjIqS1KT9VJS NzECg/DwRPVLOxj75ngcYmTiYDzEKMHBrCTCa3HsS7wQb0piZVVqUX58UWlOavEhRmkOFiVx 3g28JWFCAumJJanZqakFqUUwWSYOTqkGRtft3x5uaNycH5sekc/Ifst0Iff9QwcUfi7vrbrU yC91wVMnK8gzOfSAwbOdy2RfJLtGzVBzSRANqvv8YuX0dXfSGeZxT+HamNJimHLyjZhQ/Hzp 4BXRgv135n/93mPHqfM8UJPB0DPcapkhw9GFs2d8trpw+CR7/p3SCSu0Zqm6y/3I3zL5vRJL cUaioRZzUXEiADJcnyUwAgAA X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210107_041218_882846_E67388A7 X-CRM114-Status: GOOD ( 11.32 ) 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: , Cc: Alexander Dahl , Catalin Marinas , Sascha Hauer , Krzysztof Kozlowski , Rob Herring , Fabio Estevam , Shawn Guo MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add devicetree bindings for i.MX8MP based phyCORE-i.MX8MP and phyBOARD-Pollux RDK. Signed-off-by: Teresa Remmet Reviewed-by: Krzysztof Kozlowski Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 34000f7fbe02..5ea9cd102ad9 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -707,6 +707,12 @@ properties: - fsl,imx8mp-evk # i.MX8MP EVK Board - const: fsl,imx8mp + - description: PHYTEC phyCORE-i.MX8MP SoM based boards + items: + - const: phytec,imx8mp-phyboard-pollux-rdk # phyBOARD-Pollux RDK + - const: phytec,imx8mp-phycore-som # phyCORE-i.MX8MP SoM + - const: fsl,imx8mp + - description: i.MX8MQ based Boards items: - enum: