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=-15.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 65F30C433E2 for ; Thu, 17 Sep 2020 08:31:44 +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 0709320770 for ; Thu, 17 Sep 2020 08:31:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hQLatMoX"; dkim=temperror (0-bit key) header.d=phytec.de header.i=@phytec.de header.b="W1QJI3bG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0709320770 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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References:List-Owner; bh=n21ite9vytDU9T4iWoz6PXLlLdJCuh1FttohiVGOYgk=; b=hQLatMoXGi8QUNMj2q/7tmu+Sn if7YFvI7lsOIa2zViDP/D/NzcvVGghd9nBElHVHcR9iHN/BYUZ1td5Dvh6o3eiRngivtaokPUZ8M1 k+yMM7uE1qzvW27amsUnxra3EIFDoyTICjzdPFN1stCQ0mlsGG2xE2llP4A6JR4+FTHYJHlVCE+t+ 0rFAh271x/PiozhDJFoJnKNuMhn6sLVu1LEtSyaJH9xNHeYf9CsZNopku4vPCbLSrzJWfdlzdC1Dw ym8YNkK/yTUdy3hpQPLnTgRRIidVdB7ycTaEEXopeZTWNQ6PSsbBQLIGQZf8K6Hc1Hp6cUWVohxfj ftjyv7FA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIpIu-0007h4-T7; Thu, 17 Sep 2020 08:30:08 +0000 Received: from mickerik.phytec.de ([195.145.39.210]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIpIs-0007gB-6Z for linux-arm-kernel@lists.infradead.org; Thu, 17 Sep 2020 08:30:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=phytec.de; s=a1; c=relaxed/simple; q=dns/txt; i=@phytec.de; t=1600331403; x=1602923403; 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=YRai6qnabbddu7egjEjwFlo6sQ7qw2/V7y9yWxRav4M=; b=W1QJI3bGuOl0jI6w4s36/E8kpkQHM5I9flpReXZdlYXC24XyDVZU+nav4t29Ie+U Oh3rM5OJPWdAN7pxADn0rWQH/V3QsMJ8jsOVIm1ygDZFA/9KArtpYCTDXXWMl0zv DcFiXkfUUoCRMH7B6eNpyi/Cw3dEB1Y1I/LtGaayhg0=; X-AuditID: c39127d2-269ff70000001c25-51-5f631e8b3dee Received: from idefix.phytec.de (Unknown_Domain [172.16.0.10]) by mickerik.phytec.de (PHYTEC Mail Gateway) with SMTP id 22.43.07205.B8E136F5; Thu, 17 Sep 2020 10:30:03 +0200 (CEST) Received: from lws-riedmueller.phytec.de ([172.16.23.108]) by idefix.phytec.de (IBM Domino Release 9.0.1FP7) with ESMTP id 2020091710300349-444531 ; Thu, 17 Sep 2020 10:30:03 +0200 From: Stefan Riedmueller To: Shawn Guo Subject: [PATCH v3 1/2] dt-bindings: arm: fsl: Add PHYTEC i.MX6 UL/ULL devicetree bindings Date: Thu, 17 Sep 2020 10:30:02 +0200 Message-Id: <20200917083003.96352-1-s.riedmueller@phytec.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 17.09.2020 10:30:03, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 17.09.2020 10:30:03 X-TNEFEvaluated: 1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrFLMWRmVeSWpSXmKPExsWyRoCBS7dbLjneYNJPVYv5R86xWjy86m+x 6fE1VouuXyuZLf7v2cFu8Xf7JhaLF1vEHdg9ds66y+6xaVUnm8fmJfUeG9/tYPLo/2vg8XmT XABbFJdNSmpOZllqkb5dAldG+/aj7AWP+CvW71nI2MB4iruLkZNDQsBEonXmVbYuRi4OIYFt jBLz+pezQzjXGCUOTdrOAlLFJmAksWBaIxOILSKgLHFqYx9YEbNAA5PE8oM/2UESwgJREksv /WAFsVkEVCUePj7GCGLzCthIPFmxnw1inbzEzEvf2SHighInZz5hARkkIXCFUeL/jRMsEEVC EqcXn2UGsZkFtCWWLXzNPIGRbxaSnllIUgsYmVYxCuVmJmenFmVm6xVkVJakJuulpG5iBIbn 4Ynql3Yw9s3xOMTIxMF4iFGCg1lJhPdAY3y8EG9KYmVValF+fFFpTmrxIUZpDhYlcd4NvCVh QgLpiSWp2ampBalFMFkmDk6pBsa1uiY2V5fV60S0nPdxEFLtZvI65B11843Lmt6jp1jPer2c lFd8jTGW5+xZrtxHRe13VANtly+XludZkFh/+mRA2c22+Yf/LVoeU1Qcc+7hi32rLd6Unvth fPHPDsODF+YFqh79MnG5p/68/qv1sUYNXhcfbfrhG3E/4HKN/fsPCmkxExzYnzYrsRRnJBpq MRcVJwIA8lLU7z0CAAA= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200917_043006_445533_8ACDCE46 X-CRM114-Status: GOOD ( 11.91 ) 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: Rob Herring , Stefan Riedmueller , devicetree@vger.kernel.org, Sascha Hauer , NXP Linux Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org 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 Add devicetree bindings for i.MX6 UL/ULL based phyCORE-i.MX6 UL/ULL and phyBOARD-Segin. Signed-off-by: Stefan Riedmueller Reviewed-by: Rob Herring --- Changes in v3: - This is a resend of the patches from last year rebased against current master. - Added Reviewed-by tag --- Documentation/devicetree/bindings/arm/fsl.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 6da9d734cdb7..07de6afe792f 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -246,6 +246,15 @@ properties: - technexion,imx6ul-pico-pi # TechNexion i.MX6UL Pico-Pi - const: fsl,imx6ul + - description: i.MX6UL PHYTEC phyBOARD-Segin + items: + - enum: + - phytec,imx6ul-pbacd10-emmc + - phytec,imx6ul-pbacd10-nand + - const: phytec,imx6ul-pbacd10 # PHYTEC phyBOARD-Segin with i.MX6 UL + - const: phytec,imx6ul-pcl063 # PHYTEC phyCORE-i.MX 6UL + - const: fsl,imx6ul + - description: Kontron N6310 S Board items: - const: kontron,imx6ul-n6310-s @@ -277,6 +286,15 @@ properties: - toradex,colibri-imx6ull-wifi-eval # Colibri iMX6ULL Wi-Fi / BT Module on Colibri Eval Board - const: fsl,imx6ull + - description: i.MX6ULL PHYTEC phyBOARD-Segin + items: + - enum: + - phytec,imx6ull-pbacd10-emmc + - phytec,imx6ull-pbacd10-nand + - const: phytec,imx6ull-pbacd10 # PHYTEC phyBOARD-Segin with i.MX6 ULL + - const: phytec,imx6ull-pcl063 # PHYTEC phyCORE-i.MX 6ULL + - const: fsl,imx6ull + - description: Kontron N6411 S Board items: - const: kontron,imx6ull-n6411-s -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel