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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03A45C3DA7A for ; Fri, 6 Jan 2023 10:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232626AbjAFKaP (ORCPT ); Fri, 6 Jan 2023 05:30:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233456AbjAFK35 (ORCPT ); Fri, 6 Jan 2023 05:29:57 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 654FD736C7; Fri, 6 Jan 2023 02:28:09 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EFDEB11FB; Fri, 6 Jan 2023 02:28:50 -0800 (PST) Received: from donnerap.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2DCF83F23F; Fri, 6 Jan 2023 02:28:07 -0800 (PST) Date: Fri, 6 Jan 2023 10:28:03 +0000 From: Andre Przywara To: Krzysztof Kozlowski Cc: Samuel Holland , Jernej Skrabec , Chen-Yu Tsai , Rob Herring , Krzysztof Kozlowski , Icenowy Zheng , =?UTF-8?B?QW5kcsOhcyBTemVtesO2?= , Fabien Poussin , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] dt-bindings: arm: sunxi: document MangoPi MQ-R board name Message-ID: <20230106102803.3e905d1c@donnerap.cambridge.arm.com> In-Reply-To: <4d6aec55-c53e-0aba-1168-8a9a80a3b598@linaro.org> References: <20230106010155.26868-1-andre.przywara@arm.com> <20230106010155.26868-4-andre.przywara@arm.com> <4d6aec55-c53e-0aba-1168-8a9a80a3b598@linaro.org> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 6 Jan 2023 10:21:04 +0100 Krzysztof Kozlowski wrote: > On 06/01/2023 02:01, Andre Przywara wrote: > > The MangoPi MQ-R board is a close relative to its Allwinner D1/D1s > > siblings, but features two Arm Cortex-A7 cores instead of a RISC-V core. > > > > Add the board/SoC compatible string pair to the list of known boards. > > > > Signed-off-by: Andre Przywara > > --- > > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > > index 3ad1cd50e3fe0..ce445c5ed81c8 100644 > > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > > @@ -843,6 +843,11 @@ properties: > > - const: wexler,tab7200 > > - const: allwinner,sun7i-a20 > > > > + - description: MangoPi MQ-R board > > + items: > > + - const: widora,mangopi-mq-r > > Not documented vendor prefix. Yes, after sending I realised that I forgot to mention that this series relies on Samuel's D1/D1s DT series[1], which adds the basic .dtsi this builds on, but also adds this vendor string[2]. Functionality-wise this also relies on the R528/T113-s clock series[3]. Cheers, Andre [1] https://lore.kernel.org/linux-arm-kernel/20221231233851.24923-1-samuel@sholland.org/ [2] https://lore.kernel.org/linux-arm-kernel/20221231233851.24923-3-samuel@sholland.org/ [3] https://lore.kernel.org/linux-arm-kernel/20221231231429.18357-1-samuel@sholland.org/