From patchwork Sun Jan 7 03:19:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Lechner X-Patchwork-Id: 10148111 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A3AAB602CA for ; Sun, 7 Jan 2018 03:21:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 99A552866B for ; Sun, 7 Jan 2018 03:21:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D3CF28975; Sun, 7 Jan 2018 03:21:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 297DC2866B for ; Sun, 7 Jan 2018 03:21:51 +0000 (UTC) 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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=+bYyvEkfuy58g01R/aYy2Dbe2EV21Cp+8W2SSuvP0+Q=; b=uajZ54WK/1ZEfNrp2qvM3HlfER O2+LmxVEHO1fXQESAJfPClA7GB8ok6zVeAEbEnuwICWQNMUzFQ54A8d+fp0dc6R3JPvo8qLjeh5lZ z/GppECs4FjC5Hdragsq1xKU6X6hEKPFD0uJ288YBqKuq0mbSBiayswJjBmhKEIVE8fc91l1gii+W lj10Cj0CGjg/kaiYVKTD9pUZc0Lay5LqpWCst8PtfEpj9TW7JzbZAYhkfn8C0ugOPPyX1u0MCUfu8 dKrr7OvULyLl52ArGJ+/nzzq6kOxafKDNhA4jr/7Pwsiqsyv/B2OgpJ50zycvvlxKXL7H8H+LXtkf qnzRJDDw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eY1Wu-0005Az-A7; Sun, 07 Jan 2018 03:21:48 +0000 Received: from vern.gendns.com ([206.190.152.46]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eY1VM-0003AL-LX for linux-arm-kernel@lists.infradead.org; Sun, 07 Jan 2018 03:20:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=References:In-Reply-To:Message-Id:Date:Subject :Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=PM+OwbcywwQUGzMZezaU/3XvsLVu7tISZ44ItHVq/1U=; b=vhntIqoe28oY6w+ma3G9/LZTX ESM7NjWsCxfTI4uAuWsv0X/C20Q6H2Y8HOEawoFJDIMrra+V32EqMvrFLNHd7IcIVtoh2DytceMil muBCoGlD+wo3KYyDE8q5ZPeXdOWDjUocLVjiQrIkWEjdP+zMvQ+KveXBursoh0iCQIRsCNtj5oTdz PI39QnIlfvl/w8gOPqgkwPi9H/HDwV9o+72cthw5tn7SsJ3CZ6Agsu/E03jVL5lfdIDnFOj6hhEqM /ckS78/EDq1PH9wuEJBdt4U6H22uBhOd6/vkM7yjl5M4amFnzj0WhEMaYC8Gr2jve+wvT/AQpR+HE qQLX4ejHw==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:41834 helo=freyr.lechnology.com) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.89) (envelope-from ) id 1eY1V5-000ZeS-If; Sat, 06 Jan 2018 22:19:55 -0500 From: David Lechner To: linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org Subject: [PATCH 1/3] USB: musb: da8xx: remove clock con_id Date: Sat, 6 Jan 2018 21:19:50 -0600 Message-Id: <1515295192-17883-2-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515295192-17883-1-git-send-email-david@lechnology.com> References: <1515295192-17883-1-git-send-email-david@lechnology.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180106_192012_823432_8D9864D8 X-CRM114-Status: UNSURE ( 7.12 ) X-CRM114-Notice: Please train this message. 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: David Lechner , Kevin Hilman , Greg Kroah-Hartman , Sekhar Nori , linux-kernel@vger.kernel.org, Alan Stern , Bin Liu MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP There is only one clock for the DA8xx MUSB device, so we don't need the con_id, so remove it. This way we don't have to add an unnecessary property to the device tree bindings for the clock. Signed-off-by: David Lechner --- drivers/usb/musb/da8xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c index 6c036de..b8295ce 100644 --- a/drivers/usb/musb/da8xx.c +++ b/drivers/usb/musb/da8xx.c @@ -520,7 +520,7 @@ static int da8xx_probe(struct platform_device *pdev) if (!glue) return -ENOMEM; - clk = devm_clk_get(&pdev->dev, "usb20"); + clk = devm_clk_get(&pdev->dev, NULL); if (IS_ERR(clk)) { dev_err(&pdev->dev, "failed to get clock\n"); return PTR_ERR(clk);