Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1846694ybi; Sat, 27 Jul 2019 20:18:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqyRYld289D9dVQqnZpPVxOecFXcKQkrU99XlNCnURyaKzypnUEtk69mL0c/bXVXx8CvzHqj X-Received: by 2002:a17:90a:350c:: with SMTP id q12mr106030992pjb.46.1564283908870; Sat, 27 Jul 2019 20:18:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564283908; cv=none; d=google.com; s=arc-20160816; b=PpRkrsgTTZBGtaanl9kjGhWNtjMkIp8dSm5l6Cq5clp8pBEukBITv6RRJY0B7tool8 BUaEvvpHBTHX158XMXgWxGBzDgwlQfXTf9AFVFaNaOBgeBZEjV7sJwQr02ZHOTdyyTG/ 2Fr5XC3XZzEVg0ghHZg+s1h0C9mZwJmov9S8SmWMVHVCbQPY4blQlmegJVLb0tG62N65 qibC3C3I9QfQxneS+niu4Gw8iREtGJCl98a6EZFh+Li2gCekKTxxCGQ2pIZkXY6UGYpx tHbPB0ZuFPjHhY2sDYWKaHlRWEJU3XgkbcH3XPcYXaPdZeNIPi8lo1rFi/i3hfrre2sw 7dFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=illV+/BlXofKfWNK2LiMEMOSoGc8w9f5Qjj21yP8RGo=; b=fAwMPGMpadukBARPlWiDxuMDgWYcujh6egCR1NAGZleDMMQXtkBqST0qG/sOpVDH6J hMoEg13dOMc95Eaic70rwrGc0CP3Iu8ugJwEjsYSXPBLBwQ+GNUg8o1InzP1iWuL9Ibx 1g9I/uhK9ldaQiRL0MFkMO7eVCUSPs+/TIhvcyIZgqCRIsXAseKtBzJ4BjdEgT5qwrjY 6I8BZU8Iskb6c3qQaWn3NoBAXW+PIjsMdquoKPA2uRSmQ9gd6/DylU1ib131DGqs9hQF Rmapk14KBjFlkj2lCo0evQK2aYXFpEgnTEqlNOY+InzWSq49LfIq/jFlImJ8tPZBsO6B rRyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w22si22979536pfn.118.2019.07.27.20.18.14; Sat, 27 Jul 2019 20:18:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726349AbfG1DOM (ORCPT + 99 others); Sat, 27 Jul 2019 23:14:12 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52434 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725440AbfG1DOL (ORCPT ); Sat, 27 Jul 2019 23:14:11 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 9D1716F929; Sun, 28 Jul 2019 03:14:06 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng , Rob Herring Subject: [PATCH v5 5/6] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board Date: Sun, 28 Jul 2019 11:12:26 +0800 Message-Id: <20190728031227.49140-6-icenowy@aosc.io> In-Reply-To: <20190728031227.49140-1-icenowy@aosc.io> References: <20190728031227.49140-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Lichee Zero Plus is a core board made by Sipeed, with a microUSB connector on it, TF slot or WSON8 SD chip, optional eMMC or SPI Flash. It has a gold finger connector for expansion, and UART is available from reserved pins w/ 2.54mm pitch. The board can use either SoChip S3 or Allwinner V3L SoCs. Add the device tree binding of the basic version of the core board -- w/o eMMC or SPI Flash, w/ TF slot or WSON8 SD, and use S3 SoC. Signed-off-by: Icenowy Zheng Reviewed-by: Rob Herring --- Changes in v5: - Added V3 compatible to S3 board. - Fixed S3 compatible string. No changes until v5. Patch introduced in v2. Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 000a00d12d6a..8888f6fc68ad 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -353,6 +353,12 @@ properties: - const: licheepi,licheepi-zero - const: allwinner,sun8i-v3s + - description: Lichee Zero Plus (with S3, without eMMC/SPI Flash) + items: + - const: sipeed,lichee-zero-plus + - const: sochip,s3 + - const: allwinner,sun8i-v3 + - description: Linksprite PCDuino items: - const: linksprite,a10-pcduino -- 2.21.0