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 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 02491C35666 for ; Sun, 23 Feb 2020 15:09:36 +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 C637E20637 for ; Sun, 23 Feb 2020 15:09:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pgK0PI7f" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C637E20637 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de 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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2qNNr0PYDube0Sd8vR/Mx8hWLoK8DTUutbW0K5I5/7k=; b=pgK0PI7fajOj4T hwbTRJTgr1CLXXYEAt6OssVESVAIM7ENf3VO71xjJerczWFiUkZSO40Ze84Xag1ORFOmiNmrEoUZ5 F6Z/qxJa9Ht4nDh5T3jj+Pz2h85Ezy0jAdVlHfygEjRi0I1QOhKNWtMXud9ti0ajUZB8514iLE8/o UhzbIRrgsmJ2zic2Tash+IgKbcUhlnPE7yPfjn/SewGQg4mTKsT47n7UN+0tEXQHm31BVxqaC6Rdo BfVm/K04Idzv5whPy169dOoTVbvixzr3Lh4RNlTu6mlp/zeH94fXfly++OOuyXfyELulxR3NG/Jcw RB8ng5L097bU/xDRUpGg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j5ssn-00079M-Rx; Sun, 23 Feb 2020 15:09:25 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j5ssl-00078m-FJ; Sun, 23 Feb 2020 15:09:24 +0000 Received: from p508fd060.dip0.t-ipconnect.de ([80.143.208.96] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j5ssh-0003kj-Ga; Sun, 23 Feb 2020 16:09:19 +0100 From: Heiko Stuebner To: khilman@kernel.org Subject: Re: [PATCH] PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30 Date: Sun, 23 Feb 2020 16:09:18 +0100 Message-ID: <2116646.O5uUgpsMTn@phil> In-Reply-To: <20200121222859.4069263-1-heiko@sntech.de> References: <20200121222859.4069263-1-heiko@sntech.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200223_070923_662301_3C415F67 X-CRM114-Status: GOOD ( 19.11 ) 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: nm@ti.com, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, christoph.muellner@theobroma-systems.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Am Dienstag, 21. Januar 2020, 23:28:59 CET schrieb Heiko Stuebner: > From: Heiko Stuebner > > The supply going to the emmc/flash is named vccio6, not vccio0 and while > the code does this correctly already, the comments and error output do not. > > So just change these values to the correct ones. > > Signed-off-by: Heiko Stuebner oh so gently ping on this tiny patch ;-) Thanks for considering Heiko > --- > drivers/power/avs/rockchip-io-domain.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/power/avs/rockchip-io-domain.c b/drivers/power/avs/rockchip-io-domain.c > index 398fc954419e..eece97f97ef8 100644 > --- a/drivers/power/avs/rockchip-io-domain.c > +++ b/drivers/power/avs/rockchip-io-domain.c > @@ -152,18 +152,18 @@ static void px30_iodomain_init(struct rockchip_iodomain *iod) > int ret; > u32 val; > > - /* if no VCCIO0 supply we should leave things alone */ > + /* if no VCCIO6 supply we should leave things alone */ > if (!iod->supplies[PX30_IO_VSEL_VCCIO6_SUPPLY_NUM].reg) > return; > > /* > - * set vccio0 iodomain to also use this framework > + * set vccio6 iodomain to also use this framework > * instead of a special gpio. > */ > val = PX30_IO_VSEL_VCCIO6_SRC | (PX30_IO_VSEL_VCCIO6_SRC << 16); > ret = regmap_write(iod->grf, PX30_IO_VSEL, val); > if (ret < 0) > - dev_warn(iod->dev, "couldn't update vccio0 ctrl\n"); > + dev_warn(iod->dev, "couldn't update vccio6 ctrl\n"); > } > > static void rk3288_iodomain_init(struct rockchip_iodomain *iod) > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel