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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8394BC04A6A for ; Sat, 5 Aug 2023 23:38:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=85weDDmPUjjbwvyLp2CMFQduEqKI7SYy1fQacT6vK/o=; b=CHNjkWef4ywytd 57jRul69ur/qpNFxakAuxsaxIbK00B9u5tP1VpgvkAJVuEN1LgL+ozevgXwivofNHzBKvTivX87VO wrVYg6KA63MylQDzC2fe/iZG1vd1QA2rjBzRL2+nQyRNhLUgdBPHcGKM9AX9NG8yBPCT7FzOaZ7mf BdWIxh3vy97fD9lEp770VoYNg6Wx98fcT1DLTIUKwgnpIZVZ1vKpZ6LCpznh3SVKQ7u/HZ80Tzemu 6U4cJ0Vjvugc6BiK7djUF8sFURSlfh4Pv5GoOOiCZ7qdwzYFXv6LQx322vZNO1ITHOgMKrgpyA+cY x8ktIU0MGzj07/Xc6G4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qSQqh-00Eech-1L; Sat, 05 Aug 2023 23:38:19 +0000 Received: from mail.croughan.sh ([2a01:4f9:c011:cb0::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qSQqe-00EecF-1M for linux-arm-kernel@lists.infradead.org; Sat, 05 Aug 2023 23:38:17 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230805_163816_612635_0E2226CB X-CRM114-Status: UNSURE ( 7.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 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 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/Documentation/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 + - 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 -- 2.41.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel