ARM: davinci: da8xx: Fix ohci device name
authorAxel Haslam <ahaslam@baylibre.com>
Thu, 3 Nov 2016 16:03:06 +0000 (17:03 +0100)
committerSekhar Nori <nsekhar@ti.com>
Wed, 23 Nov 2016 12:04:06 +0000 (17:34 +0530)
commit8439a1d77d07514fadc616a2691b5d130ce0b678
treef74a69d5139e8587a18aabb784c65c506be5ddb6
parent7e431af8fa0b9ed9d74378c99514856211cb9db8
ARM: davinci: da8xx: Fix ohci device name

While the clk lookup table is making reference to "ohci"
other subsystems (such as phy) are trying to match "ohci.0"

Since there is a single ohci instance, instead of changing
the clk name, change the dev id to -1, and add the "-da8xx"
postfix to match the driver name that will also be changed
in a subsequent patch.

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/da830.c
arch/arm/mach-davinci/da850.c
arch/arm/mach-davinci/da8xx-dt.c
arch/arm/mach-davinci/usb-da8xx.c