Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1015857ybd; Sat, 22 Jun 2019 21:41:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqy8iXNj+qV58ME+ke9A8mPLhnJvHgO5Gk9euiFVtUryuwD9x5mnnMFCcZR06ZjUGl6DZRnM X-Received: by 2002:a63:d006:: with SMTP id z6mr27219998pgf.364.1561264881182; Sat, 22 Jun 2019 21:41:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561264881; cv=none; d=google.com; s=arc-20160816; b=rX0aEhjy3TpzlxbNKfMCSAELGTjZGW+aWik7JmZ6uMWP+RmSttg9Tjpxpp2TdroYPw 6JIiTx7LhOidV49QdWsBEDDw7F9DoPutQJ4EqmmHJ8w49fjE3sIeZslUhjqQXqgVUSjt s+7g/njFjl+6XCcnIYRS+yTNaQkW9RqS4t/5rzWpKcBAFiAJ6HafC1TvMlPob78gI/h4 VUlOKvpah/YDWD+5/Bbbpu5X0TSpqA5UO/tHD2ocjYXNqDfSwqFdu6f3dHbm7KkaWHG5 xBGayke2ZLT2A5k5KXm3IxjjHatuqZMuqiQyQj2/8/ie/2KAb8SW+RjqRrOSID4rI9X7 oJyQ== 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=G7GDjZeKBHQBcGQR3yr5QOswt4L8Nmz7T1761k9UQWE=; b=pEgB3VN2YwjTT0VPipXzGVrT/HQmsqHsfdp13QpdAU0HxYQ7Q7IeyrLdci60ZtCxq9 tOg7froahxldiMOS9H6VZk60X5gChofZd58bGO8vNrX0gF1GLonN2D4yFI2lDNk/qNJL jcVyD5ccsMWBRWGz93aCMNmG/bifMH4aveTPB1cRhQE1EB06jsuh+SxeWmw8Jqt2zUK1 RrWqOyupQ6FE/T/kSpssmINoOgISolbhRsstoLmMH0WqQcyFKpLmToJHofpRtPNMDHbG vc3E0E3ragNPfcwaK4re8WPT3bDx/OQ8r8f2idSytbRhC3r3bc5B5HwKWmD5D1OQifhN 5omA== 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 cl13si6988464plb.97.2019.06.22.21.41.06; Sat, 22 Jun 2019 21:41:21 -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 S1726548AbfFWEkX (ORCPT + 99 others); Sun, 23 Jun 2019 00:40:23 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52284 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbfFWEkX (ORCPT ); Sun, 23 Jun 2019 00:40:23 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 3F8806B5D5; Sun, 23 Jun 2019 04:40:19 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij Cc: devicetree@vger.kernel.org, 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 Subject: [PATCH v3 8/9] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board Date: Sun, 23 Jun 2019 12:38:00 +0800 Message-Id: <20190623043801.14040-9-icenowy@aosc.io> In-Reply-To: <20190623043801.14040-1-icenowy@aosc.io> References: <20190623043801.14040-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 --- No changes in v3. Patch introduced in v2. 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 000a00d12d6a..48c126a7a848 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -353,6 +353,11 @@ 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: allwinner,sun8i-s3 + - description: Linksprite PCDuino items: - const: linksprite,a10-pcduino -- 2.21.0