From: Lee Jones Date: Wed, 18 Sep 2013 07:58:18 +0000 (+0100) Subject: usb: musb: ux500: Don't supply a con_id when requesting the clock X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~48^2~28^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44b66321fc222c4a653afd3dbb4bd2e9bdd523b;p=pandora-kernel.git usb: musb: ux500: Don't supply a con_id when requesting the clock If we supply a con_id then the clock framework will search for that name in MUSB's Device Tree node for the 'clock-names' property. If it's absent the clock request will fail. However, if we don't supply the con_id then clk_get() will call into clk_sys() which will use the device name to search for the appropriate clock, which is much more natural than forcing 'usb'. Acked-by: Felipe Balbi Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed