On 03/11/2018 06:41 PM, Hauke Mehrtens wrote: > From: Mathias Kresin <dev@xxxxxxxxx> > > 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 <dev@xxxxxxxxx> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > 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); >