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=-10.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 autolearn=unavailable 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 9E1B5C47420 for ; Wed, 30 Sep 2020 12:47:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5836C20789 for ; Wed, 30 Sep 2020 12:47:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601470065; bh=Soq9ERLVV2SLPj114qtrsgdJiU2XK69mahTbsUoQ0DE=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=aRshttt+aJ7fGtmDn666S2rMFEUiwSi+o2u3pBgiMne3/Z8dSGeZFYqf0vqzblQ7/ N9jcdXcgAUizLCBjHiJy9JBqHLXpQxE4Cmvg8xZJFaQ0VgNMbp48p2ENULmEJ9nC9n AP56x8SxO7r2E9F8ZuCmrNz+ml6iE5UyZSuC4oMQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729941AbgI3Mro (ORCPT ); Wed, 30 Sep 2020 08:47:44 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:41774 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725771AbgI3Mrn (ORCPT ); Wed, 30 Sep 2020 08:47:43 -0400 Received: by mail-ed1-f67.google.com with SMTP id l24so1674869edj.8; Wed, 30 Sep 2020 05:47:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=nR4ZvBqW38g9myLM2SaZTe6ALIuOu3sHwnGk2K3Vh4w=; b=Woy6bUj/QOUOqnYvEjR8850AVdy5kge9J6F2iulhl+VXfrnUtRAV8jzGjcyO7/e7HF q8+CX3DVh82/xyH3evID/GDMBVaqUbh1nYNZwIq4Mv2C3z+/rzhpP1fO8r3hlC0xiDU1 Dr/kZReOjujwfcP5KkFRH7F4CQKYSkLUmONebrLo3OmibG8Fo+11SpKXqyFu5mWVWUCu +qKY5MV9pAJ6Zr+dClGw8bcVsgRCHacbHTEEgmBVVXTnQKU2e3ebjPPZe+DclaN9unB5 unmdn+PRrAIYD5kAZhnV3oUcdduI6ARLjdVgmSZgifbz/H9N6KIdOHsuc7v8eQuxui4Y nVqg== X-Gm-Message-State: AOAM533nTS86pP6Nm9QLcd1HmQdpiqyaGV3R4Eub9po/AlP3DGNLva9V IuFwrPBlw1j8vCNf6UACZZw= X-Google-Smtp-Source: ABdhPJwqOvXOi0ySltgqwksx/J262p4Kzaqs6MMnRyrjQFzbwkyXP3jmMmkkcDreQE5eNEamVC9B4w== X-Received: by 2002:a50:ef0c:: with SMTP id m12mr2482092eds.264.1601470061400; Wed, 30 Sep 2020 05:47:41 -0700 (PDT) Received: from pi3 ([194.230.155.194]) by smtp.googlemail.com with ESMTPSA id b20sm1563495ejv.9.2020.09.30.05.47.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Sep 2020 05:47:40 -0700 (PDT) Date: Wed, 30 Sep 2020 14:47:37 +0200 From: Krzysztof Kozlowski To: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Stefan Riedmueller , Robert Jones , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 10/14] dt-bindings: arm: fsl: document i.MX6DL boards Message-ID: <20200930124737.GA1410@pi3> References: <20200926162811.5335-1-krzk@kernel.org> <20200926162811.5335-10-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200926162811.5335-10-krzk@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 26, 2020 at 06:28:07PM +0200, Krzysztof Kozlowski wrote: > Document and adjust the compatibles for i.MX6DL based boards. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/arm/fsl.yaml | 27 +++++++++++++++++-- > 1 file changed, 25 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index d9c430bfe37e..24c79cecd815 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -257,16 +257,25 @@ properties: > - description: i.MX6DL based Boards > items: > - enum: > - - armadeus,imx6dl-apf6 # APF6 (Solo) SoM > - - armadeus,imx6dl-apf6dev # APF6 (Solo) SoM on APF6Dev board > + - boundary,imx6dl-nit6xlite # Boundary Devices Nitrogen6 Lite > + - boundary,imx6dl-nitrogen6x # Boundary Devices Nitrogen6x > + - bticino,imx6dl-mamoj # BTicino i.MX6DL Mamoj > - eckelmann,imx6dl-ci4x10 > - emtrion,emcon-mx6 # emCON-MX6S or emCON-MX6DL SoM > - emtrion,emcon-mx6-avari # emCON-MX6S or emCON-MX6DL SoM on Avari Base > + - engicam,imx6-icore # Engicam i.CoreM6 Starter Kit > + - engicam,imx6-icore-rqs # Engicam i.CoreM6 RQS Starter Kit > - fsl,imx6dl-sabreauto # i.MX6 DualLite/Solo SABRE Automotive Board > + - fsl,imx6dl-sabrelite # i.MX6 DualLite SABRE Lite Board > - fsl,imx6dl-sabresd # i.MX6 DualLite SABRE Smart Device Board > + - karo,imx6dl-tx6dl # Ka-Ro electronics TX6U Modules > - kontron,imx6dl-samx6i # Kontron i.MX6 Solo SMARC Module > + - poslab,imx6dl-savageboard # Poslab SavageBoard Dual > - prt,prtrvt # Protonic RVT board > - prt,prtvt7 # Protonic VT7 board > + - rex,imx6dl-rex-basic # Rex Basic i.MX6 Dual Lite Board > + - riot,imx6s-riotboard # RIoTboard i.MX6S > + - solidrun,hummingboard/dl > - technexion,imx6dl-pico-dwarf # TechNexion i.MX6DL Pico-Dwarf > - technexion,imx6dl-pico-hobbit # TechNexion i.MX6DL Pico-Hobbit > - technexion,imx6dl-pico-nymph # TechNexion i.MX6DL Pico-Nymph > @@ -277,12 +286,26 @@ properties: > - toradex,colibri_imx6dl-v1_1 # Colibri iMX6 Module V1.1 > - toradex,colibri_imx6dl-eval-v3 # Colibri iMX6 Module on Colibri Evaluation Board V3 > - toradex,colibri_imx6dl-v1_1-eval-v3 # Colibri iMX6 Module V1.1 on Colibri Evaluation Board V3 I need to add here two solidrun boards and fix up the Toradex boards. I will send a v2. Best regards, Krzysztof 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=-10.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 autolearn=unavailable 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 9E1D2C47420 for ; Wed, 30 Sep 2020 12:49:26 +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 4E32320789 for ; Wed, 30 Sep 2020 12:49:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UFkTY7Qw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4E32320789 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:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mduKZGER4nhZEn+454a1rR0lv7wb1am3fxFS1zNA/dI=; b=UFkTY7QwYYsqTO/YiVQeukZ+oj 1U5iP3tLxE7KMnrsAap5GpfDUdGrNNoPRc88zWljOmG/9KyQ+p5QGZnEosx7yLHXhx7C+5wc7AYZA SpsN/RczHjMX39+ac42IHf/s9PqGoPqePsPZfSMOBnSAca6pO31AmUnJqkmzTpQwufDzNP/MkoaYH VuWOaE4QP8YRwQIloUUyHcCiyeBcbJDyADKwcgDV3aX8kAp+mnMMQ18ikI/ZGQja8idvmUbrHnava J0uumXVHgZ3I40jDViqOcHxEu7pzfdArFCicceCaqf4Ji2zCFbVA5EmF6vjK5WiWBriIccIZBHfMv HvowBs+Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNbWM-0001K4-Bj; Wed, 30 Sep 2020 12:47:46 +0000 Received: from mail-ed1-f67.google.com ([209.85.208.67]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNbWJ-0001IU-Ji for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 12:47:44 +0000 Received: by mail-ed1-f67.google.com with SMTP id l17so1667646edq.12 for ; Wed, 30 Sep 2020 05:47:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=nR4ZvBqW38g9myLM2SaZTe6ALIuOu3sHwnGk2K3Vh4w=; b=ZWYGIZDepK8iEcqL1XKs4CvpXhGh/cBtAI5GC7+B0OTY7wXmYb7d8zjINk4zcaVYq0 LNYqgnvqdP/n2+UAsn9qD9EqUL7yMVQ+MVcvcOSoYxBRwhuWWSl0qrouRPJJ4DnZg99H qrsWiuUZmm9xXvDlFA66oTLyw1vxmSncAwzFTKL9nmGS7Lof7bHH09RH4AgwW+DY4mNm IaHwRTLpJHFL93DkA2db+iCpW/RlXPw7ls32PaCMx3QH66zPiLO/99go6Dy1zMFpI9Sh N+YR+yvMRn7JxTgCfT5hlU/uCgtQ0/KjqpQd61meU4SXNKPHgjBteO1+PRbOEREMZVH4 qOZA== X-Gm-Message-State: AOAM532hcdTQjOymrjbMF0lOFIM4+BBL7OxDnEjIwcNpSXbrKPCqlZ9h KA7S+2uSMKzHCYTiA4nw/0Q= X-Google-Smtp-Source: ABdhPJwqOvXOi0ySltgqwksx/J262p4Kzaqs6MMnRyrjQFzbwkyXP3jmMmkkcDreQE5eNEamVC9B4w== X-Received: by 2002:a50:ef0c:: with SMTP id m12mr2482092eds.264.1601470061400; Wed, 30 Sep 2020 05:47:41 -0700 (PDT) Received: from pi3 ([194.230.155.194]) by smtp.googlemail.com with ESMTPSA id b20sm1563495ejv.9.2020.09.30.05.47.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Sep 2020 05:47:40 -0700 (PDT) Date: Wed, 30 Sep 2020 14:47:37 +0200 From: Krzysztof Kozlowski To: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Stefan Riedmueller , Robert Jones , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 10/14] dt-bindings: arm: fsl: document i.MX6DL boards Message-ID: <20200930124737.GA1410@pi3> References: <20200926162811.5335-1-krzk@kernel.org> <20200926162811.5335-10-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200926162811.5335-10-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_084743_654343_4AEDAFB8 X-CRM114-Status: GOOD ( 15.93 ) 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: , 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 On Sat, Sep 26, 2020 at 06:28:07PM +0200, Krzysztof Kozlowski wrote: > Document and adjust the compatibles for i.MX6DL based boards. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/arm/fsl.yaml | 27 +++++++++++++++++-- > 1 file changed, 25 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index d9c430bfe37e..24c79cecd815 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -257,16 +257,25 @@ properties: > - description: i.MX6DL based Boards > items: > - enum: > - - armadeus,imx6dl-apf6 # APF6 (Solo) SoM > - - armadeus,imx6dl-apf6dev # APF6 (Solo) SoM on APF6Dev board > + - boundary,imx6dl-nit6xlite # Boundary Devices Nitrogen6 Lite > + - boundary,imx6dl-nitrogen6x # Boundary Devices Nitrogen6x > + - bticino,imx6dl-mamoj # BTicino i.MX6DL Mamoj > - eckelmann,imx6dl-ci4x10 > - emtrion,emcon-mx6 # emCON-MX6S or emCON-MX6DL SoM > - emtrion,emcon-mx6-avari # emCON-MX6S or emCON-MX6DL SoM on Avari Base > + - engicam,imx6-icore # Engicam i.CoreM6 Starter Kit > + - engicam,imx6-icore-rqs # Engicam i.CoreM6 RQS Starter Kit > - fsl,imx6dl-sabreauto # i.MX6 DualLite/Solo SABRE Automotive Board > + - fsl,imx6dl-sabrelite # i.MX6 DualLite SABRE Lite Board > - fsl,imx6dl-sabresd # i.MX6 DualLite SABRE Smart Device Board > + - karo,imx6dl-tx6dl # Ka-Ro electronics TX6U Modules > - kontron,imx6dl-samx6i # Kontron i.MX6 Solo SMARC Module > + - poslab,imx6dl-savageboard # Poslab SavageBoard Dual > - prt,prtrvt # Protonic RVT board > - prt,prtvt7 # Protonic VT7 board > + - rex,imx6dl-rex-basic # Rex Basic i.MX6 Dual Lite Board > + - riot,imx6s-riotboard # RIoTboard i.MX6S > + - solidrun,hummingboard/dl > - technexion,imx6dl-pico-dwarf # TechNexion i.MX6DL Pico-Dwarf > - technexion,imx6dl-pico-hobbit # TechNexion i.MX6DL Pico-Hobbit > - technexion,imx6dl-pico-nymph # TechNexion i.MX6DL Pico-Nymph > @@ -277,12 +286,26 @@ properties: > - toradex,colibri_imx6dl-v1_1 # Colibri iMX6 Module V1.1 > - toradex,colibri_imx6dl-eval-v3 # Colibri iMX6 Module on Colibri Evaluation Board V3 > - toradex,colibri_imx6dl-v1_1-eval-v3 # Colibri iMX6 Module V1.1 on Colibri Evaluation Board V3 I need to add here two solidrun boards and fix up the Toradex boards. I will send a v2. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel