Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4480121ybi; Tue, 11 Jun 2019 07:20:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqxrw8hFPTcmKQ6scPP3X0CxGr70c1rNVWsx3IhdFkVxtEYd1lY9Yc8GrkZwKUSo44z6uIps X-Received: by 2002:a62:b60e:: with SMTP id j14mr9970506pff.54.1560262826285; Tue, 11 Jun 2019 07:20:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560262826; cv=none; d=google.com; s=arc-20160816; b=FhYrdx9sUjB5IeHBX2y/dIA1fYeOGU5Egk+O2vuYEDS0tgv/OkHqTrxg776nFoeMDw NH/MPoEu2S9DVRxTUfGiOD6nz2fsJ6+e+70+4HFyyBv+0P1sNk6LNZI4P8s/YoGV88zq Muk7blJVm4Q9wO7GY+q0HYM2/F1Zfb6Ck9gEDtEXEgxpNzfeRNM1kF96YDQZJiJzn1xQ 7V5rLViAtvFjMLLdGcCCS7iOu5DddUFUTCxUy68mIhvz+j5QyfrSYPn+wxIU8yXF6crr W/IiZR9MFjuA03AmwIfGxP8O2kdHQveloJuMEQhdz90+aEIC0EJWcsakqhiyojQ4ENZU 8Hjw== 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=+dkVrUFJDvT80X9Y9gP7LCcCh8r3ynNRsCu/QzuEzBU=; b=af0YdFej2ipz2fY5wv7Ke2W4TyN0WNYY23wWHwnGo0+lqCSC0o6tIlUKjVoFRXROzB o1PI/eKRUeDIp1PRa6R1QapKaCCH7Z3bfcHsq+7lopyoQLMA5aFj7kAXILH14cZ/arxa 9byp8BFKlF/JzgBoIy8R0HoxhbbqF6hH9D7XEWcZ2c4dNm7Nqo4JZpUUkns7zds9loht msgqBPXh7wi9GRVOQ/zUvfJHFMk+0xnBj2RfCiJiEMrCuIRcXXjGo9m1z/rYkPAMyFTx DtwtxKzg6ZB+9jRAyO0vHSEan+EPVI4mq7kE4EJvP8YZoV+K/2uCblzKco7jpfjLJ59d SMHQ== 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 bc7si12112786plb.108.2019.06.11.07.20.10; Tue, 11 Jun 2019 07:20:26 -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 S2390678AbfFKOTr (ORCPT + 99 others); Tue, 11 Jun 2019 10:19:47 -0400 Received: from hermes.aosc.io ([199.195.250.187]:33448 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389566AbfFKOTn (ORCPT ); Tue, 11 Jun 2019 10:19:43 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 6AFBA822A1; Tue, 11 Jun 2019 14:12:42 +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 v2 10/11] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board Date: Tue, 11 Jun 2019 22:09:39 +0800 Message-Id: <20190611140940.14357-11-icenowy@aosc.io> In-Reply-To: <20190611140940.14357-1-icenowy@aosc.io> References: <20190611140940.14357-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 --- New patch 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