From patchwork Thu Nov 13 07:22:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kever Yang X-Patchwork-Id: 5293991 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 27BBB9F2ED for ; Thu, 13 Nov 2014 07:25:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6CA7E201EF for ; Thu, 13 Nov 2014 07:25:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 828272015D for ; Thu, 13 Nov 2014 07:25:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XoomV-0002zC-VR; Thu, 13 Nov 2014 07:25:27 +0000 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XoomT-00028W-R5; Thu, 13 Nov 2014 07:25:26 +0000 Received: by mail-pa0-f47.google.com with SMTP id kx10so14774148pab.34 for ; Wed, 12 Nov 2014 23:25:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=IpP+i4rqtex7BK50YJ4eKmR/ydDAb8CY5EZBW3jpAMw=; b=bl7rwUO2fQB10jg/0iXoOjyYDhLSrElCWCqRkFzlBHciu6xl4qrmoqkFPrWj+N+LUU COgff4KFGxXEnJ+v7ljFjYyIWXxjGxj07vFjGmfcYaX8pGI7ztfeDhkh1uiur5smOGd1 Ft8H8ZpxatoQob4NfEEOnPdFbxgPdHCSnD5cn/+7Bi0KYP7CPOhWEtF/PZxf4lDZQdxj 5m5DvOOlUwIrfKqFhj+HAWmq1NUFycTyf5pot157luiJG7euO/Oar8kiTxMJdo1zUX6o asqPywYKmOSked5fUYTBH0YO5xtCOFUaJVKlj4UT5t6uCMLECYey5D/+rnop3m/qD6dq 98Sw== X-Received: by 10.70.44.208 with SMTP id g16mr806787pdm.130.1415863503853; Wed, 12 Nov 2014 23:25:03 -0800 (PST) Received: from localhost.localdomain ([58.22.7.114]) by mx.google.com with ESMTPSA id va2sm24117280pac.15.2014.11.12.23.24.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Nov 2014 23:25:02 -0800 (PST) From: Kever Yang To: Heiko Stuebner , Mike Turquette Subject: [PATCH 2/2] clk: rockchip: use the clock ID for usbphy480m_src Date: Thu, 13 Nov 2014 15:22:37 +0800 Message-Id: <1415863357-15680-2-git-send-email-kever.yang@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415863357-15680-1-git-send-email-kever.yang@rock-chips.com> References: <1415863357-15680-1-git-send-email-kever.yang@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141112_232525_896748_03241A06 X-CRM114-Status: UNSURE ( 7.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: huangtao@rock-chips.com, dkl@rock-chips.com, addy.ke@rock-chips.com, linux-kernel@vger.kernel.org, dianders@chromium.org, Kever Yang , linux-rockchip@lists.infradead.org, cf@rock-chips.com, sonnyrao@chromium.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Use the clock ID for usbphy480m_src so that we can find this clock node in dts. Signed-off-by: Kever Yang Tested-by: Doug Anderson Reviewed-by: Doug Anderson --- drivers/clk/rockchip/clk-rk3288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/rockchip/clk-rk3288.c b/drivers/clk/rockchip/clk-rk3288.c index 74f8324..157b60b 100644 --- a/drivers/clk/rockchip/clk-rk3288.c +++ b/drivers/clk/rockchip/clk-rk3288.c @@ -586,7 +586,7 @@ static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = { GATE(0, "jtag", "ext_jtag", 0, RK3288_CLKGATE_CON(4), 14, GFLAGS), - COMPOSITE_NODIV(0, "usbphy480m_src", mux_usbphy480m_p, 0, + COMPOSITE_NODIV(SCLK_USBPHY480M_SRC, "usbphy480m_src", mux_usbphy480m_p, 0, RK3288_CLKSEL_CON(13), 11, 2, MFLAGS, RK3288_CLKGATE_CON(5), 14, GFLAGS), COMPOSITE_NODIV(SCLK_HSICPHY480M, "sclk_hsicphy480m", mux_hsicphy480m_p, 0,