From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 12 Mar 2018 22:27:21 +0100 (CET) Received: from mx2.mailbox.org ([80.241.60.215]:37572 "EHLO mx2.mailbox.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23990397AbeCLV1OSvp7f (ORCPT ); Mon, 12 Mar 2018 22:27:14 +0100 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id DC33840EBE; Mon, 12 Mar 2018 22:27:08 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTP id oyUouhFGqwl6; Mon, 12 Mar 2018 22:27:08 +0100 (CET) Subject: Re: [PATCH 1/3] MIPS: lantiq: fix danube usb clock From: Hauke Mehrtens To: ralf@linux-mips.org, jhogan@kernel.org Cc: john@phrozen.org, dev@kresin.me, linux-mips@linux-mips.org, martin.blumenstingl@googlemail.com References: <20180311174123.2578-1-hauke@hauke-m.de> Message-ID: Date: Mon, 12 Mar 2018 22:27:06 +0100 MIME-Version: 1.0 In-Reply-To: <20180311174123.2578-1-hauke@hauke-m.de> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 62924 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: hauke@hauke-m.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 03/11/2018 06:41 PM, Hauke Mehrtens wrote: > From: Mathias Kresin > > On danube the USB0 registers are at 1e101000 similar to all other lantiq > SoCs. > > Fixes: dea54fbad332 ("phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module") > Signed-off-by: Mathias Kresin Signed-off-by: Hauke Mehrtens > --- > arch/mips/lantiq/xway/sysctrl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/mips/lantiq/xway/sysctrl.c b/arch/mips/lantiq/xway/sysctrl.c > index 52500d3b7004..f11f1dd10493 100644 > --- a/arch/mips/lantiq/xway/sysctrl.c > +++ b/arch/mips/lantiq/xway/sysctrl.c > @@ -560,7 +560,7 @@ void __init ltq_soc_init(void) > } else { > clkdev_add_static(ltq_danube_cpu_hz(), ltq_danube_fpi_hz(), > ltq_danube_fpi_hz(), ltq_danube_pp32_hz()); > - clkdev_add_pmu("1f203018.usb2-phy", "ctrl", 1, 0, PMU_USB0); > + clkdev_add_pmu("1e101000.usb", "otg", 1, 0, PMU_USB0); > clkdev_add_pmu("1f203018.usb2-phy", "phy", 1, 0, PMU_USB0_P); > clkdev_add_pmu("1e103000.sdio", NULL, 1, 0, PMU_SDIO); > clkdev_add_pmu("1e103100.deu", NULL, 1, 0, PMU_DEU); >