USB: ohci: da8xx: remove clk con_id
authorDavid Lechner <david@lechnology.com>
Sun, 7 Jan 2018 03:19:51 +0000 (21:19 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Jan 2018 15:15:19 +0000 (16:15 +0100)
commite7f4936047705ef4375aecc78c9e4143e11bc002
tree5c5ba7de285c2c71d93b62a3da74b9de43461eb8
parent985583a696e0a32708b8d2e10e7c98790acd7eeb
USB: ohci: da8xx: remove clk con_id

The ohci-da8xx device only has one clock, so a con_id is not needed, 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/host/ohci-da8xx.c