USB: musb: da8xx: remove clock con_id
authorDavid Lechner <david@lechnology.com>
Sun, 7 Jan 2018 03:19:50 +0000 (21:19 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Jan 2018 15:15:19 +0000 (16:15 +0100)
commit985583a696e0a32708b8d2e10e7c98790acd7eeb
treecd37a8b65d2f7a2a6b9ea1abcfefd8de5810e602
parentf1faf88c137b8ad379464a272094c0279cc07ed3
USB: musb: da8xx: remove clock con_id

There is only one clock for the DA8xx MUSB device, so we don't need the
con_id, so remove it. This way we don't have to add an unnecessary
property to the device tree bindings for the clock.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/da8xx.c