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=-8.5 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,USER_AGENT_SANE_1 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 9D0B7C49ED6 for ; Wed, 11 Sep 2019 10:59:55 +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 74BAF2089F for ; Wed, 11 Sep 2019 10:59:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="HIKuiVJQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 74BAF2089F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eBDJvIsD7zk/KDIx45N7R/E2hKTXnQV+mlUABJLHBro=; b=HIKuiVJQY8w6BL Q1yYXlZxHgBdwhFep5Y1sXRCXrMxSSZMApb+1lDZJlmcdVrerJgWDORgDiVYhPUPiHfAtUIKwiP71 RQ1RJ0eN5CyvxjhiowCBDWg4NZquX3E2QpIm/Wb1MvGpeULNEiQi4a9BBe8AmFyPR6z6ctbGF9UFv PnSU+RmFSbr5NIYh/0QQxAuxM+27ohaGU68rg5koCvQYmnlZ9/glq0BO0dbHBudK7g1k3F/JRHNmL P0XNlHlVBPB4l2Y+nBJReaQnpiTdlGqwMdHWROm3MtPjH0VQ8Erh659i2LW4wP1kxsN6sl284sIsV qH8f7U3CyiYfMfkGDWMg==; 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 1i80Lm-0000ya-68; Wed, 11 Sep 2019 10:59:50 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i80Ld-0000wg-00; Wed, 11 Sep 2019 10:59:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DCDB428; Wed, 11 Sep 2019 03:59:37 -0700 (PDT) Received: from localhost (unknown [10.37.6.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5402E3F59C; Wed, 11 Sep 2019 03:59:37 -0700 (PDT) Date: Wed, 11 Sep 2019 11:59:35 +0100 From: Andrew Murray To: Neil Armstrong Subject: Re: [PATCH 2/6] PCI: amlogic: Fix probed clock names Message-ID: <20190911105935.GQ9720@e119886-lin.cambridge.arm.com> References: <1567950178-4466-1-git-send-email-narmstrong@baylibre.com> <1567950178-4466-3-git-send-email-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1567950178-4466-3-git-send-email-narmstrong@baylibre.com> User-Agent: Mutt/1.10.1+81 (426a6c1) (2018-08-26) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190911_035941_094283_EB8F2DE4 X-CRM114-Status: GOOD ( 14.66 ) 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: lorenzo.pieralisi@arm.com, khilman@baylibre.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, kishon@ti.com, repk@triplefau.lt, maz@kernel.org, bhelgaas@google.com, linux-amlogic@lists.infradead.org, yue.wang@Amlogic.com, linux-arm-kernel@lists.infradead.org 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 On Sun, Sep 08, 2019 at 01:42:54PM +0000, Neil Armstrong wrote: > Fix the clock names used in the probe function according > to the bindings. > > Fixes: 9c0ef6d34fdb ("PCI: amlogic: Add the Amlogic Meson PCIe controller driver") > Signed-off-by: Neil Armstrong Reviewed-by: Andrew Murray > --- > drivers/pci/controller/dwc/pci-meson.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/pci/controller/dwc/pci-meson.c b/drivers/pci/controller/dwc/pci-meson.c > index 541f37a6f6a5..ab79990798f8 100644 > --- a/drivers/pci/controller/dwc/pci-meson.c > +++ b/drivers/pci/controller/dwc/pci-meson.c > @@ -250,15 +250,15 @@ static int meson_pcie_probe_clocks(struct meson_pcie *mp) > if (IS_ERR(res->port_clk)) > return PTR_ERR(res->port_clk); > > - res->mipi_gate = meson_pcie_probe_clock(dev, "pcie_mipi_en", 0); > + res->mipi_gate = meson_pcie_probe_clock(dev, "mipi", 0); > if (IS_ERR(res->mipi_gate)) > return PTR_ERR(res->mipi_gate); > > - res->general_clk = meson_pcie_probe_clock(dev, "pcie_general", 0); > + res->general_clk = meson_pcie_probe_clock(dev, "general", 0); > if (IS_ERR(res->general_clk)) > return PTR_ERR(res->general_clk); > > - res->clk = meson_pcie_probe_clock(dev, "pcie", 0); > + res->clk = meson_pcie_probe_clock(dev, "pclk", 0); > if (IS_ERR(res->clk)) > return PTR_ERR(res->clk); > > -- > 2.17.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel