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 49A36C43217 for ; Tue, 15 Mar 2022 09:53:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346848AbiCOJyV (ORCPT ); Tue, 15 Mar 2022 05:54:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346856AbiCOJyR (ORCPT ); Tue, 15 Mar 2022 05:54:17 -0400 Received: from smtp-out.xnet.cz (smtp-out.xnet.cz [178.217.244.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 414BECC0; Tue, 15 Mar 2022 02:53:01 -0700 (PDT) Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 943B218B19; Tue, 15 Mar 2022 10:52:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=true.cz; s=xnet; t=1647337979; bh=lxa537pBCjy7aFFmg6cgXQt1WGC8VIKt+cw8JKVK3cI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=b50Xk3blPN5MJYEGQFQwStNXKPj8VX4PAj++bU1yzDQIhg6FffLdTuyPPoG/Cn5lu FE+EjzntjKu0Xpjv32bvbYotE12Z0kVqoKnyoMcTEMgVxO+23qagJWL4hpR2R0w59A zoYILpQwZMj80D2zfsF5ruvyRNb9KSMT+o4vTeKA= Received: by meh.true.cz (OpenSMTPD) with ESMTP id 93d67bdf; Tue, 15 Mar 2022 10:52:35 +0100 (CET) From: =?UTF-8?q?Petr=20=C5=A0tetiar?= To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec Cc: =?UTF-8?q?Petr=20=C5=A0tetiar?= , stable@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/3] dt-bindings: arm: sunxi: add A20-olinuxino-lime2 Revisions G/G1/G2 Date: Tue, 15 Mar 2022 10:52:44 +0100 Message-Id: <20220315095244.29718-4-ynezz@true.cz> In-Reply-To: <20220315095244.29718-1-ynezz@true.cz> References: <20220315095244.29718-1-ynezz@true.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Add DT bindings for A20-olinuxino-lime2 Revisions G/G1/G2 boards. Cc: stable@vger.kernel.org Signed-off-by: Petr Štetiar --- Documentation/devicetree/bindings/arm/sunxi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index c8a3102c0fde..d142209e76a4 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -610,11 +610,21 @@ properties: - const: olimex,a20-olinuxino-lime2 - const: allwinner,sun7i-a20 + - description: Olimex A20-OlinuXino LIME2 Revisions G/G1/G2 + items: + - const: olimex,a20-olinuxino-lime2-revG + - const: allwinner,sun7i-a20 + - description: Olimex A20-OlinuXino LIME2 (with eMMC) items: - const: olimex,a20-olinuxino-lime2-emmc - const: allwinner,sun7i-a20 + - description: Olimex A20-OlinuXino LIME2 Revisions G/G1/G2 (with eMMC) + items: + - const: olimex,a20-olinuxino-lime2-emmc-revG + - const: allwinner,sun7i-a20 + - description: Olimex A20-OlinuXino Micro items: - const: olimex,a20-olinuxino-micro