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 488F5C47420 for ; Wed, 30 Sep 2020 12:42:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF99320789 for ; Wed, 30 Sep 2020 12:42:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601469772; bh=gacxRMw69qG1Sos6CACE39wcxM2BqK5mehEljWnExWQ=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=dCS/EGis5imtGvGWKFeMmBson4pose467+Ql058lsvpJXMJ7Dge0lRH2su84Mj6ud gIdsKSld3B38YcosR67ViTBGXuP/Av2uPzkWyonBaZcdpOaIbRMmC1Sz1uMt9ecWQH i/Rguxt/2cCcdGrNCBeq6zq5R0bCBaO/20cUDaGQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729953AbgI3Mmv (ORCPT ); Wed, 30 Sep 2020 08:42:51 -0400 Received: from mail-ej1-f65.google.com ([209.85.218.65]:44043 "EHLO mail-ej1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725771AbgI3Mmu (ORCPT ); Wed, 30 Sep 2020 08:42:50 -0400 Received: by mail-ej1-f65.google.com with SMTP id a3so1798646ejy.11; Wed, 30 Sep 2020 05:42:49 -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=lXsyiu5/sLG7JXskdJ38fspCNifimKQZmoKWxZ1qnuw=; b=pNllAKcpflsPi8k/vGqlQ9RXtT/HpOLlP8mdCBdm2eKDAmoLS7CdUJ2rfQQ/ywa34Y F6JJuqmzUVMXyAayYC/LdQQT9TVqqhhJUkLSEG0RKlS3FTlTfstEHJWXWHlQZVoDKhxq RTPmRKKC0gIyldZNISx8iwTaAXSyIk3bzYiz5L3jovIWx4aixQ37zHFdgqQ/TVt+hiGe b2RDQl4ciiOVmroenKzSvQ+Vtw8D7lkU4D6Viwbm4QbhRWPR6ZxdZIgQlfd/iSZlDWkA m93I5KphYQvavtUJInTGbu6Fpsp6/aD58nx/b4ImHA8zerg2o8TKjEQEBAbLww81//mw ecOQ== X-Gm-Message-State: AOAM531LHglU7bZKhcWUxKcLx/MfijQENVPxxSBkm3KE+zzWP2k55tuw 3rRd5pLxYEbp/xBSqscSPoU= X-Google-Smtp-Source: ABdhPJzJOzFFrUR1a7sbFdr75NzgGkj5H6cDwfEkAhRjB+75W0ZpuTwCzZMwjpjVa1dgIQ4A8go1JA== X-Received: by 2002:a17:906:1e51:: with SMTP id i17mr2690939ejj.103.1601469768395; Wed, 30 Sep 2020 05:42:48 -0700 (PDT) Received: from pi3 ([194.230.155.194]) by smtp.googlemail.com with ESMTPSA id e9sm1386972edu.49.2020.09.30.05.42.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Sep 2020 05:42:47 -0700 (PDT) Date: Wed, 30 Sep 2020 14:42:44 +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 09/14] dt-bindings: arm: fsl: document VF boards Message-ID: <20200930124244.GA1368@pi3> References: <20200926162811.5335-1-krzk@kernel.org> <20200926162811.5335-9-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200926162811.5335-9-krzk@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 26, 2020 at 06:28:06PM +0200, Krzysztof Kozlowski wrote: > Document and adjust the compatibles for VF500 and VF600 based boards. > The Toradex Colibri Evaluation Boards use multiple compatibles. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/arm/fsl.yaml | 24 +++++++++++++++---- > 1 file changed, 20 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 812e8d8babd8..d9c430bfe37e 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -559,10 +559,26 @@ properties: > - fsl,vf600 > - fsl,vf610 > - fsl,vf610m4 > - - toradex,vf500-colibri_vf50 # Colibri VF50 Module > - - toradex,vf500-colibri_vf50-on-eval # Colibri VF50 Module on Colibri Evaluation Board > - - toradex,vf610-colibri_vf61 # Colibri VF61 Module > - - toradex,vf610-colibri_vf61-on-eval # Colibri VF61 Module on Colibri Evaluation Board > + > + - description: Toradex Colibri VF50 Module on Colibri Evaluation Board > + items: > + - const: toradex,vf500-colibri_vf50-on-eval > + - const: toradex,vf500-colibri_vf50 > + - const: fsl,vf500 > + > + - description: VF610 based Boards > + items: > + - enum: > + - lwn,bk4 # Liebherr BK4 controller > + - phytec,vf610-cosmic # PHYTEC Cosmic/Cosmic+ Board > + - fsl,vf610-twr # VF610 Tower Board > + - const: fsl,vf610 > + > + - description: Toradex Colibri VF61 Module on Colibri Evaluation Board > + items: > + - const: toradex,vf600-colibri_vf61-on-eval > + - const: toradex,vf600-colibri_vf61 I made typos here so please do not apply this one. I'll send a v2. Best regards, Krzysztof