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=-17.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 3BA73C433ED for ; Wed, 19 May 2021 10:47:26 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 07E1A61355 for ; Wed, 19 May 2021 10:47:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 07E1A61355 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id: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=X3oWBjJ9Wj4JVQ+2S4WUf37QFGVTKYZwIWySgc3adc4=; b=NqyUA+Mb8TvZKM0E6FGIc/Liek UlnfmAM6vn5C8w9a+YZ2QBroYwjs3Pz/qXnDlyVSd9VlaFU9OtmQoouVcpVwlTbWCSIPV9NuUiehw 6CZ6Db2Op5A9h3SJTZy58MZdYjP+iaFu0P1jW7IvEOEwLp4yC9Gx3KVLGqx8mdAPa4fbBdur3BIFr PRvLR/qfUU90F9mZNu1HNofO1TSee/Dx6aBHSSNDnKRfISkjgAf4rMcBG1SrCVM1vL2gsdlKhFdcd 2+EaZ7NPffB/skvPJGHDYHWzyNexwaQ0O5JvcwWytoSRnqpJmhlSZqx5BqLzzu2TNB/OTM/1Fo3Ta uqcXYXRg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ljJiJ-003dfJ-A6; Wed, 19 May 2021 10:46:07 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljJf4-003cJV-NX for linux-arm-kernel@desiato.infradead.org; Wed, 19 May 2021 10:42:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=References:In-Reply-To:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=lTnZz7HUx9V2XfF6k91fQ3IP8smAFPA3eY1Cspm4mm8=; b=jcw1wGz13RnwHUXR+hR1J6iIJZ oCW/qwwQ2YgmrC7ygHoDmKdElYrIDnF6E1f3OcWUP03rB3tHE0gUY1vZc9fxCiWk3WAYadd4aNg7S Rc/B4yXG9F5S8ufYGKjS1rAYnxEXmnOnXnKxdc0M1UcN4tS6Nb0+FtBcGT/VrYkpTLW6UlnsCmVyO DNkg57peUbAFLwqCl0z+u6CWrR34wOQjuAP7IokeTvkm3ZXxbpz7g3y0e7Y5jNDowIhe5EQs7x4MT ptacKhzQBFU9hh2GvVBpbiDeEWmp5TMmuiemKJ1bZM9W0jPmY4bLXjZ9w5d9VX+8JMByJRsLkMm5l nGI/fUcA==; Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ljJf2-00FMXE-8t for linux-arm-kernel@lists.infradead.org; Wed, 19 May 2021 10:42:45 +0000 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 D3BDD1424; Wed, 19 May 2021 03:42:43 -0700 (PDT) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 036423F719; Wed, 19 May 2021 03:42:41 -0700 (PDT) From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec Cc: Rob Herring , Icenowy Zheng , Samuel Holland , Ondrej Jirman , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v6 15/17] dt-bindings: arm: sunxi: Add OrangePi Zero 2 binding Date: Wed, 19 May 2021 11:41:50 +0100 Message-Id: <20210519104152.21119-16-andre.przywara@arm.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20210519104152.21119-1-andre.przywara@arm.com> References: <20210519104152.21119-1-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210519_034244_372191_3DB098A2 X-CRM114-Status: UNSURE ( 8.53 ) 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: , MIME-Version: 1.0 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 Signed-off-by: Andre Przywara Acked-by: Rob Herring --- 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 ac750025a2eb..1ca550062a85 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -937,4 +937,9 @@ properties: - const: xunlong,orangepi-zero-plus2-h3 - const: allwinner,sun8i-h3 + - description: Xunlong OrangePi Zero 2 + items: + - const: xunlong,orangepi-zero2 + - const: allwinner,sun50i-h616 + additionalProperties: true -- 2.17.5 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel