Hi Valentine

> @@ -296,6 +298,8 @@ static struct clk_lookup lookups[] = {
>       CLKDEV_DEV_ID("ee220000.mmcif", &mstp_clks[MSTP305]),
>       CLKDEV_DEV_ID("sh_mmcif.1", &mstp_clks[MSTP305]),
>       CLKDEV_DEV_ID("sh_cmt.0", &mstp_clks[MSTP124]),
> +     CLKDEV_DEV_ID("renesas_usbhs", &mstp_clks[MSTP704]),
> +     CLKDEV_ICK_ID("usbhs", "usb_phy_rcar_gen2", &mstp_clks[MSTP704]),

This case, you can use

        CLKDEV_DEV_ID("usb_phy_rcar_gen2", &mstp_clks[MSTP704]),

and no clk_get() is needed.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to