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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 07507C43219 for ; Thu, 2 May 2019 07:46:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D09F820873 for ; Thu, 2 May 2019 07:46:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726310AbfEBHq3 convert rfc822-to-8bit (ORCPT ); Thu, 2 May 2019 03:46:29 -0400 Received: from hermes.aosc.io ([199.195.250.187]:41439 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbfEBHq3 (ORCPT ); Thu, 2 May 2019 03:46:29 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 8DC4721C48E; Thu, 2 May 2019 07:46:24 +0000 (UTC) Date: Thu, 02 May 2019 15:46:17 +0800 In-Reply-To: <20190502074303.g3px63n4v4o7xade@flea> References: <20190424062543.61852-1-icenowy@aosc.io> <20190502074303.g3px63n4v4o7xade@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH] arm64: dts: allwinner: h6: add PIO VCC bank supplies for Pine H64 To: linux-arm-kernel@lists.infradead.org, Maxime Ripard CC: devicetree@vger.kernel.org, Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org From: Icenowy Zheng Message-ID: <8CB1EDA4-E4B7-486D-8BCD-884E0025C6EA@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2019年5月2日 GMT+08:00 下午3:43:03, Maxime Ripard 写到: >Hi, > >On Wed, Apr 24, 2019 at 02:25:43PM +0800, Icenowy Zheng wrote: >> The Allwinner H6 SoC features tweakable VCC for PC, PD, PG, PL and PM >> banks. >> >> This patch adds supplies for PC and PD banks on Pine H64 board. PG >and >> PM banks are used for Wi-Fi and should be added when Wi-Fi is added > >Not really. The regulator is still there, whether we use it or not. If >it's not used, then it will be left disabled so it doesn't really >change anything. Okay, I will include them in the next revision. > >> PL bank is where PMIC is attached, and currently if a PMIC regulator >> is added for it a dependency loop will happen. > >I guess we should fix that somehow But this patch is needed for eMMC to be functional again in HS200 mode, so I hope it can get applied before this get fixed. > >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] arm64: dts: allwinner: h6: add PIO VCC bank supplies for Pine H64 Date: Thu, 02 May 2019 15:46:17 +0800 Message-ID: <8CB1EDA4-E4B7-486D-8BCD-884E0025C6EA@aosc.io> References: <20190424062543.61852-1-icenowy@aosc.io> <20190502074303.g3px63n4v4o7xade@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: <20190502074303.g3px63n4v4o7xade@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, Chen-Yu Tsai , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org =E4=BA=8E 2019=E5=B9=B45=E6=9C=882=E6=97=A5 GMT+08:00 =E4=B8=8B=E5=8D=883:4= 3:03, Maxime Ripard =E5=86=99=E5=88=B0: >Hi, > >On Wed, Apr 24, 2019 at 02:25:43PM +0800, Icenowy Zheng wrote: >> The Allwinner H6 SoC features tweakable VCC for PC, PD, PG, PL and PM >> banks. >> >> This patch adds supplies for PC and PD banks on Pine H64 board. PG >and >> PM banks are used for Wi-Fi and should be added when Wi-Fi is added > >Not really. The regulator is still there, whether we use it or not. If >it's not used, then it will be left disabled so it doesn't really >change anything. Okay, I will include them in the next revision. > >> PL bank is where PMIC is attached, and currently if a PMIC regulator >> is added for it a dependency loop will happen. > >I guess we should fix that somehow But this patch is needed for eMMC to be functional again in HS200 mode, so = I hope it can get applied before this get fixed. > >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 For more options, visit https://groups.google.com/d/optout. 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=-1.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, 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 2BC90C46470 for ; Thu, 2 May 2019 07:46:51 +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 EDF4E20873 for ; Thu, 2 May 2019 07:46:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UxhzOL7M" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EDF4E20873 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=8WgEmX6aNhUxlud+l3UNncNfGWleq9A0mfv+IvEGpGQ=; b=UxhzOL7MRvGN/a vhI8UQBfREQXu/bhMydIkOQ6FRO2RbTsSh76yRdHch0ax6hizb8gx6CvW+LTAPLBBgF/DkCV2pXWl SpkGDJkUyHAhpyjFr361sUL7yd9GHvbruUWyZ7HNSgnB/tiymJLNBbz/MR30dctkd752WGLxVTtWj 0EvKiARg439odxBAHmMxW/6ury0PQ8ROSe4b4JWRMGq3TBarMg4p6Fm9cHDGiLkN1ZOUeTgU1d4fg eddPhvdF9RGf57Qzzf42DrKhcilpHvD973b9z0xWgtX1JwnO1G7YX/01cuVqWZG9TEKWWl5ON2BlY GoDGEvgLO+atF/SMN6KQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hM6QY-0007Vm-55; Thu, 02 May 2019 07:46:46 +0000 Received: from balrog.mythic-beasts.com ([2a00:1098:0:82:1000:0:2:1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hM6QV-0007VK-7x for linux-arm-kernel@lists.infradead.org; Thu, 02 May 2019 07:46:44 +0000 Received: from [199.195.250.187] (port=59952 helo=hermes.aosc.io) by balrog.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1hM6QO-0004Xs-IK; Thu, 02 May 2019 08:46:41 +0100 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 8DC4721C48E; Thu, 2 May 2019 07:46:24 +0000 (UTC) Date: Thu, 02 May 2019 15:46:17 +0800 In-Reply-To: <20190502074303.g3px63n4v4o7xade@flea> References: <20190424062543.61852-1-icenowy@aosc.io> <20190502074303.g3px63n4v4o7xade@flea> MIME-Version: 1.0 Subject: Re: [PATCH] arm64: dts: allwinner: h6: add PIO VCC bank supplies for Pine H64 To: linux-arm-kernel@lists.infradead.org, Maxime Ripard From: Icenowy Zheng Message-ID: <8CB1EDA4-E4B7-486D-8BCD-884E0025C6EA@aosc.io> X-BlackCat-Spam-Score: 0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190502_004643_283981_520C1699 X-CRM114-Status: GOOD ( 13.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Chen-Yu Tsai , linux-sunxi@googlegroups.com, linux-kernel@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 Cgrkuo4gMjAxOeW5tDXmnIgy5pelIEdNVCswODowMCDkuIvljYgzOjQzOjAzLCBNYXhpbWUgUmlw YXJkIDxtYXhpbWUucmlwYXJkQGJvb3RsaW4uY29tPiDlhpnliLA6Cj5IaSwKPgo+T24gV2VkLCBB cHIgMjQsIDIwMTkgYXQgMDI6MjU6NDNQTSArMDgwMCwgSWNlbm93eSBaaGVuZyB3cm90ZToKPj4g VGhlIEFsbHdpbm5lciBINiBTb0MgZmVhdHVyZXMgdHdlYWthYmxlIFZDQyBmb3IgUEMsIFBELCBQ RywgUEwgYW5kIFBNCj4+IGJhbmtzLgo+Pgo+PiBUaGlzIHBhdGNoIGFkZHMgc3VwcGxpZXMgZm9y IFBDIGFuZCBQRCBiYW5rcyBvbiBQaW5lIEg2NCBib2FyZC4gUEcKPmFuZAo+PiBQTSBiYW5rcyBh cmUgdXNlZCBmb3IgV2ktRmkgYW5kIHNob3VsZCBiZSBhZGRlZCB3aGVuIFdpLUZpIGlzIGFkZGVk Cj4KPk5vdCByZWFsbHkuIFRoZSByZWd1bGF0b3IgaXMgc3RpbGwgdGhlcmUsIHdoZXRoZXIgd2Ug dXNlIGl0IG9yIG5vdC4gSWYKPml0J3Mgbm90IHVzZWQsIHRoZW4gaXQgd2lsbCBiZSBsZWZ0IGRp c2FibGVkIHNvIGl0IGRvZXNuJ3QgcmVhbGx5Cj5jaGFuZ2UgYW55dGhpbmcuCgpPa2F5LCBJIHdp bGwgaW5jbHVkZSB0aGVtIGluIHRoZSBuZXh0IHJldmlzaW9uLgoKPgo+PiBQTCBiYW5rIGlzIHdo ZXJlIFBNSUMgaXMgYXR0YWNoZWQsIGFuZCBjdXJyZW50bHkgaWYgYSBQTUlDIHJlZ3VsYXRvcgo+ PiBpcyBhZGRlZCBmb3IgaXQgYSBkZXBlbmRlbmN5IGxvb3Agd2lsbCBoYXBwZW4uCj4KPkkgZ3Vl c3Mgd2Ugc2hvdWxkIGZpeCB0aGF0IHNvbWVob3cKCkJ1dCB0aGlzIHBhdGNoIGlzIG5lZWRlZCBm b3IgZU1NQyB0byBiZSBmdW5jdGlvbmFsIGFnYWluIGluIEhTMjAwIG1vZGUsIHNvIEkgaG9wZQpp dCBjYW4gZ2V0IGFwcGxpZWQgYmVmb3JlIHRoaXMgZ2V0IGZpeGVkLgoKPgo+TWF4aW1lCj4KPi0t Cj5NYXhpbWUgUmlwYXJkLCBCb290bGluCj5FbWJlZGRlZCBMaW51eCBhbmQgS2VybmVsIGVuZ2lu ZWVyaW5nCj5odHRwczovL2Jvb3RsaW4uY29tCgotLSAK5L2/55SoIEstOSBNYWlsIOWPkemAgeiH quaIkeeahEFuZHJvaWTorr7lpIfjgIIKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fCmxpbnV4LWFybS1rZXJuZWwgbWFpbGluZyBsaXN0CmxpbnV4LWFybS1r ZXJuZWxAbGlzdHMuaW5mcmFkZWFkLm9yZwpodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWls bWFuL2xpc3RpbmZvL2xpbnV4LWFybS1rZXJuZWwK