From nobody Mon Sep 8 09:24:11 2025 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 DDC94C001DB for ; Sat, 5 Aug 2023 23:38:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229710AbjHEXiU (ORCPT ); Sat, 5 Aug 2023 19:38:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbjHEXiR (ORCPT ); Sat, 5 Aug 2023 19:38:17 -0400 Received: from mail.croughan.sh (mail.croughan.sh [IPv6:2a01:4f9:c011:cb0::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 322562120; Sat, 5 Aug 2023 16:38:15 -0700 (PDT) From: Matthew Croughan DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nix.how; s=mail; t=1691278693; bh=2DZlbwxyrwSkLVnCD2OL6/PMldNs7f5UNXEqVfXqL9I=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Jei7ru5cIC4KLZ2F4SLtJA7heuAZ8vIQ2IKn+APPfjCPioB7LOnin8nERbGBJlbZl qoLaSMWncxCBOykY1I6szZs1/LAjT2uc3koYohSIAAgGuO483d4/izqoMHXH9O2PQN Zh7fIusMRhLonHzKLo7uu7xfCyeRT9Evnl/JZTX0= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard Cc: Matthew Croughan , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v6 1/2] dt-bindings: arm: sunxi: add Mango Pi MQ-Quad binding Date: Sun, 6 Aug 2023 00:34:55 +0100 Message-ID: <20230805233715.1216456-2-matthew.croughan@nix.how> In-Reply-To: <20230805233715.1216456-1-matthew.croughan@nix.how> References: <20230805233715.1216456-1-matthew.croughan@nix.how> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Document board compatible names for Mango Pi MQ-Quad Signed-off-by: Matthew Croughan Reviewed-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentati= on/devicetree/bindings/arm/sunxi.yaml index ee8fdd2da869..2dee815fd45e 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -862,6 +862,11 @@ properties: - const: wexler,tab7200 - const: allwinner,sun7i-a20 =20 + - description: MangoPi MQ-Quad + items: + - const: widora,mangopi-mq-quad + - const: allwinner,sun50i-h616 + - description: MangoPi MQ-R board items: - const: widora,mangopi-mq-r-t113 --=20 2.41.0