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=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable 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 BE49DC76197 for ; Sat, 20 Jul 2019 11:39:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 98286217F5 for ; Sat, 20 Jul 2019 11:39:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728080AbfGTLjL convert rfc822-to-8bit (ORCPT ); Sat, 20 Jul 2019 07:39:11 -0400 Received: from hermes.aosc.io ([199.195.250.187]:38469 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728078AbfGTLjL (ORCPT ); Sat, 20 Jul 2019 07:39:11 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id E210C6F0CC; Sat, 20 Jul 2019 11:39:00 +0000 (UTC) Date: Sat, 20 Jul 2019 19:39:08 +0800 In-Reply-To: <20190720101318.cwrvv5r42wxx5k4r@flea> References: <20190713034634.44585-1-icenowy@aosc.io> <20190713034634.44585-8-icenowy@aosc.io> <20190720101318.cwrvv5r42wxx5k4r@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v4 7/8] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board To: linux-arm-kernel@lists.infradead.org, Maxime Ripard CC: devicetree@vger.kernel.org, Linus Walleij , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Chen-Yu Tsai , Rob Herring , linux-clk@vger.kernel.org From: Icenowy Zheng Message-ID: Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org 于 2019年7月20日 GMT+08:00 下午6:13:18, Maxime Ripard 写到: >On Sat, Jul 13, 2019 at 11:46:33AM +0800, Icenowy Zheng wrote: >> 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 since 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 > >If the S3 is just a rebranded V3, then we should have the v3 compatile >in that list too. S3 is V3 with copackaged DDR3 DRAM. It's pin incompatible w/ V3. > >Maxime > >-- >Maxime Ripard, Bootlin >Embedded Linux and Kernel engineering >https://bootlin.com -- 使用 K-9 Mail 发送自我的Android设备。 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Icenowy Zheng Subject: Re: [PATCH v4 7/8] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board Date: Sat, 20 Jul 2019 19:39:08 +0800 Message-ID: References: <20190713034634.44585-1-icenowy@aosc.io> <20190713034634.44585-8-icenowy@aosc.io> <20190720101318.cwrvv5r42wxx5k4r@flea> Reply-To: icenowy-h8G6r0blFSE@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20190720101318.cwrvv5r42wxx5k4r@flea> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Maxime Ripard Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linus Walleij , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Chen-Yu Tsai , Rob Herring , linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org =E4=BA=8E 2019=E5=B9=B47=E6=9C=8820=E6=97=A5 GMT+08:00 =E4=B8=8B=E5=8D=886:= 13:18, Maxime Ripard =E5=86=99=E5=88=B0: >On Sat, Jul 13, 2019 at 11:46:33AM +0800, Icenowy Zheng wrote: >> 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 since 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 > >If the S3 is just a rebranded V3, then we should have the v3 compatile >in that list too. S3 is V3 with copackaged DDR3 DRAM. It's pin incompatible w/ V3. > >Maxime > >-- >Maxime Ripard, Bootlin >Embedded Linux and Kernel engineering >https://bootlin.com --=20 =E4=BD=BF=E7=94=A8 K-9 Mail =E5=8F=91=E9=80=81=E8=87=AA=E6=88=91=E7=9A=84An= droid=E8=AE=BE=E5=A4=87=E3=80=82 --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web, visit https://groups.google.com/d/msgid= /linux-sunxi/BDF0C9F6-DD0D-4343-8E24-06A07055004C%40aosc.io. 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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 DD937C76188 for ; Sat, 20 Jul 2019 11:39:25 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AF111217F5 for ; Sat, 20 Jul 2019 11:39:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="aAIzsboX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AF111217F5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aosc.io Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-ID:From:To:Subject:MIME-Version :References:In-Reply-To:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BDnLwBUfgzWsQ9PmVgRb3qD4kBpoCnRoquS2X0Jduqw=; b=aAIzsboXmlhMVK grZMx2Z0kY+5UtkX5bciWFlx2ZlQf7XP7SqqbxXVO3Xgcx5p7wh0ev4KHJ98td6Ztt4GUz05seMHp l7MFiTW4u0HD8Oz50MFjLjsb24uLlOZdSgy0XvQKxfuwbcBOarbJpQ5Grn+9XG8Q0ya2xiWTg+P/m fu/ayA3NILrjsfhiVjutyZ39oIVN0vnSgYlhqSbnhlFm1laOYisd03+tXfqNUSEDdHI0cFEuu4LAn Jb74YWTraB+kXjUPoQf/m3l/WeViX5L0vm3UJYJ873R7I8aCj3UbeMxHmEWcoRNWcsfTUGL0lVe9J sHcMxLSWfA7sSGe0JGqA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1honhz-0007I1-J2; Sat, 20 Jul 2019 11:39:23 +0000 Received: from haggis.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1honhv-0007HT-JB for linux-arm-kernel@lists.infradead.org; Sat, 20 Jul 2019 11:39:21 +0000 Received: from [199.195.250.187] (port=44718 helo=hermes.aosc.io) by haggis.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1honhm-000736-3Z; Sat, 20 Jul 2019 12:39:14 +0100 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id E210C6F0CC; Sat, 20 Jul 2019 11:39:00 +0000 (UTC) Date: Sat, 20 Jul 2019 19:39:08 +0800 In-Reply-To: <20190720101318.cwrvv5r42wxx5k4r@flea> References: <20190713034634.44585-1-icenowy@aosc.io> <20190713034634.44585-8-icenowy@aosc.io> <20190720101318.cwrvv5r42wxx5k4r@flea> MIME-Version: 1.0 Subject: Re: [PATCH v4 7/8] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board To: linux-arm-kernel@lists.infradead.org, Maxime Ripard From: Icenowy Zheng Message-ID: X-BlackCat-Spam-Score: 14 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190720_043919_633979_85C82C6A X-CRM114-Status: GOOD ( 14.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Linus Walleij , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Chen-Yu Tsai , Rob Herring , linux-clk@vger.kernel.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Cgrkuo4gMjAxOeW5tDfmnIgyMOaXpSBHTVQrMDg6MDAg5LiL5Y2INjoxMzoxOCwgTWF4aW1lIFJp cGFyZCA8bWF4aW1lLnJpcGFyZEBib290bGluLmNvbT4g5YaZ5YiwOgo+T24gU2F0LCBKdWwgMTMs IDIwMTkgYXQgMTE6NDY6MzNBTSArMDgwMCwgSWNlbm93eSBaaGVuZyB3cm90ZToKPj4gVGhlIExp Y2hlZSBaZXJvIFBsdXMgaXMgYSBjb3JlIGJvYXJkIG1hZGUgYnkgU2lwZWVkLCB3aXRoIGEgbWlj cm9VU0IKPj4gY29ubmVjdG9yIG9uIGl0LCBURiBzbG90IG9yIFdTT044IFNEIGNoaXAsIG9wdGlv bmFsIGVNTUMgb3IgU1BJCj5GbGFzaC4KPj4gSXQgaGFzIGEgZ29sZCBmaW5nZXIgY29ubmVjdG9y IGZvciBleHBhbnNpb24sIGFuZCBVQVJUIGlzIGF2YWlsYWJsZQo+ZnJvbQo+PiByZXNlcnZlZCBw aW5zIHcvIDIuNTRtbSBwaXRjaC4gVGhlIGJvYXJkIGNhbiB1c2UgZWl0aGVyIFNvQ2hpcCBTMyBv cgo+PiBBbGx3aW5uZXIgVjNMIFNvQ3MuCj4+Cj4+IEFkZCB0aGUgZGV2aWNlIHRyZWUgYmluZGlu ZyBvZiB0aGUgYmFzaWMgdmVyc2lvbiBvZiB0aGUgY29yZSBib2FyZCAtLQo+PiB3L28gZU1NQyBv ciBTUEkgRmxhc2gsIHcvIFRGIHNsb3Qgb3IgV1NPTjggU0QsIGFuZCB1c2UgUzMgU29DLgo+Pgo+ PiBTaWduZWQtb2ZmLWJ5OiBJY2Vub3d5IFpoZW5nIDxpY2Vub3d5QGFvc2MuaW8+Cj4+IC0tLQo+ PiBObyBjaGFuZ2VzIHNpbmNlIHYzLgo+Pgo+PiBQYXRjaCBpbnRyb2R1Y2VkIGluIHYyLgo+Pgo+ PiAgRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL2FybS9zdW54aS55YW1sIHwgNSAr KysrKwo+PiAgMSBmaWxlIGNoYW5nZWQsIDUgaW5zZXJ0aW9ucygrKQo+Pgo+PiBkaWZmIC0tZ2l0 IGEvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL2FybS9zdW54aS55YW1sCj5iL0Rv Y3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy9hcm0vc3VueGkueWFtbAo+PiBpbmRleCAw MDBhMDBkMTJkNmEuLjQ4YzEyNmE3YTg0OCAxMDA2NDQKPj4gLS0tIGEvRG9jdW1lbnRhdGlvbi9k ZXZpY2V0cmVlL2JpbmRpbmdzL2FybS9zdW54aS55YW1sCj4+ICsrKyBiL0RvY3VtZW50YXRpb24v ZGV2aWNldHJlZS9iaW5kaW5ncy9hcm0vc3VueGkueWFtbAo+PiBAQCAtMzUzLDYgKzM1MywxMSBA QCBwcm9wZXJ0aWVzOgo+PiAgICAgICAgICAgIC0gY29uc3Q6IGxpY2hlZXBpLGxpY2hlZXBpLXpl cm8KPj4gICAgICAgICAgICAtIGNvbnN0OiBhbGx3aW5uZXIsc3VuOGktdjNzCj4+Cj4+ICsgICAg ICAtIGRlc2NyaXB0aW9uOiBMaWNoZWUgWmVybyBQbHVzICh3aXRoIFMzLCB3aXRob3V0IGVNTUMv U1BJCj5GbGFzaCkKPj4gKyAgICAgICAgaXRlbXM6Cj4+ICsgICAgICAgICAgLSBjb25zdDogc2lw ZWVkLGxpY2hlZS16ZXJvLXBsdXMKPj4gKyAgICAgICAgICAtIGNvbnN0OiBhbGx3aW5uZXIsc3Vu OGktczMKPgo+SWYgdGhlIFMzIGlzIGp1c3QgYSByZWJyYW5kZWQgVjMsIHRoZW4gd2Ugc2hvdWxk IGhhdmUgdGhlIHYzIGNvbXBhdGlsZQo+aW4gdGhhdCBsaXN0IHRvby4KClMzIGlzIFYzIHdpdGgg Y29wYWNrYWdlZCBERFIzIERSQU0uCgpJdCdzIHBpbiBpbmNvbXBhdGlibGUgdy8gVjMuCgo+Cj5N YXhpbWUKPgo+LS0KPk1heGltZSBSaXBhcmQsIEJvb3RsaW4KPkVtYmVkZGVkIExpbnV4IGFuZCBL ZXJuZWwgZW5naW5lZXJpbmcKPmh0dHBzOi8vYm9vdGxpbi5jb20KCi0tIArkvb/nlKggSy05IE1h aWwg5Y+R6YCB6Ieq5oiR55qEQW5kcm9pZOiuvuWkh+OAggoKX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJtLWtlcm5lbCBtYWlsaW5nIGxpc3QK bGludXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRl YWQub3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtlcm5lbAo=