Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1149586ybh; Thu, 23 Jul 2020 01:28:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwC/bDLjnL/UQUq/oLMzPvgaH8QIRZNyF2gzKCtUrwv5Zpnutzo0PPl/5q+4RZoNxnFMF9f X-Received: by 2002:a17:906:2799:: with SMTP id j25mr3315635ejc.466.1595492919693; Thu, 23 Jul 2020 01:28:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595492919; cv=none; d=google.com; s=arc-20160816; b=Ac5sikmRDITtImQlqLpxC/oJ/9B166rI56xdfDR426OO+Xz4ZHg/YFFepCvqVd7gFq +V9tSU80ZfXNmhKgcVPmZT/gf+q2GDIboveAeGwB5yxog79AoaNkHcK6tf81L8OhC1DT fqyCSVIRhYC6LtDXR2byG4VVVAuhbsegc3c0rFDMCD8X5W2TON/P8tRXgJ7Ny1UmcSrP jHoCgPTzWF+Vq1cicz6JaZsfvvzyJf809ssmDidDKfzq3slShISYqHh2PfJjwh9Pjn1M 9VGkT3YCJPYVLV48bBElmVw8cWwwmVQKzlEdR5s0fCWjRM43ZHV2nLyxJ5EOBxl66M9E sDbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=6ptIvELynWSjhgatHfFwa1sXG7zeujla6Mw2BtfDCBk=; b=nGjjiZAvEm2cxSpUgMQsnQnR93Uh1IgoeUJXQHDQV9DoWqUciTtxSxXC0bt0OCLgn4 W39bbwo0ALwmgHisBXbjw7mq+etgovt4WBXtN2Pf4nJ4hfgj/TyvDAmhERKqeTrBm+xh EiYY6Z+q5RBOh+H4r1IlQmSECDxbXo14MIosJh9wQuJuHo/9KGU26FSyL6TfSDi+1qH4 uIxCJCNgXbY/SUz8OwE7gTMm7wJFOdyXtKQI2i4i800Rtz4GJnA6wt4TmLISjWuOmYK/ DUEqoF2yBYkh7s+r9jfYZF1E/gtaznDKcqZCgPWCWB6kQmHNv1f/7lUCvMZPXKSqQ4bA E//A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g11si1502221ejx.307.2020.07.23.01.28.16; Thu, 23 Jul 2020 01:28:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726711AbgGWI1W (ORCPT + 99 others); Thu, 23 Jul 2020 04:27:22 -0400 Received: from gloria.sntech.de ([185.11.138.130]:52126 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725846AbgGWI1V (ORCPT ); Thu, 23 Jul 2020 04:27:21 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jyWZP-0000Xo-ET; Thu, 23 Jul 2020 10:27:15 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Jagan Teki Cc: Rob Herring , Suniel Mahesh , Michael Trimarchi , linux-arm-kernel , "open list:ARM/Rockchip SoC..." , devicetree , linux-kernel , linux-amarula Subject: Re: [PATCH v2 3/6] dt-bindings: arm: rockchip: Add ROCKPi 4B binding Date: Thu, 23 Jul 2020 10:27:14 +0200 Message-ID: <6968987.cG2su2sgyb@diego> In-Reply-To: References: <20200722190949.215656-1-jagan@amarulasolutions.com> <3893924.cuH9TW0V3R@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 23. Juli 2020, 08:34:12 CEST schrieb Jagan Teki: > Hi Heiko, > > On Thu, Jul 23, 2020 at 4:43 AM Heiko Stuebner wrote: > > > > Hi Jagan, > > > > Am Mittwoch, 22. Juli 2020, 21:09:46 CEST schrieb Jagan Teki: > > > Add dt-bindings for ROCKPi 4B which is similar to 4A with > > > additional AP6256 Wifi/BT, PoE. > > > > > > Signed-off-by: Jagan Teki > > > --- > > > Changes for v2: > > > - new patch > > > > > > Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ > > > 1 file changed, 6 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > > > index 36057c9e4b83..7250adb43d24 100644 > > > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > > > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > > > @@ -448,6 +448,12 @@ properties: > > > - const: radxa,rockpi4a > > > - const: rockchip,rk3399 > > > > > > + - description: Radxa ROCK Pi 4B > > > + items: > > > + - const: radxa,rockpi4 > > > + - const: radxa,rockpi4b > > > + - const: rockchip,rk3399 > > > + > > > > Please do all RockPi4 variants into one entry, so we want something like: > > > > - description: Radxa ROCK Pi 4 > > What if the description has something like below. > > - description: Radxa ROCK Pi 4A/B/C That's also ok :-)