diff options
author | Roger Quadros <rogerq@ti.com> | 2014-03-07 00:48:00 -0500 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-09 03:15:09 -0400 |
commit | 51c9f4adaee3fb01bb6f2e2ed72c0753c2609912 (patch) | |
tree | 896a1e28323974ca7f924d90dedc761e175d0efc /drivers/phy | |
parent | 14da699bc04212559d5dda19d3f07c807fb58dfd (diff) |
phy: omap-control: update dra7 and am437 usb2 bindings
The dra7-usb2 and am437-usb2 bindings have not yet been used.
Change them to be more elegant.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/phy-omap-control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/phy-omap-control.c b/drivers/phy/phy-omap-control.c index 17fc200210c8..311b4f9a5132 100644 --- a/drivers/phy/phy-omap-control.c +++ b/drivers/phy/phy-omap-control.c | |||
@@ -228,11 +228,11 @@ static const struct of_device_id omap_control_phy_id_table[] = { | |||
228 | .data = &pipe3_data, | 228 | .data = &pipe3_data, |
229 | }, | 229 | }, |
230 | { | 230 | { |
231 | .compatible = "ti,control-phy-dra7usb2", | 231 | .compatible = "ti,control-phy-usb2-dra7", |
232 | .data = &dra7usb2_data, | 232 | .data = &dra7usb2_data, |
233 | }, | 233 | }, |
234 | { | 234 | { |
235 | .compatible = "ti,control-phy-am437usb2", | 235 | .compatible = "ti,control-phy-usb2-am437", |
236 | .data = &am437usb2_data, | 236 | .data = &am437usb2_data, |
237 | }, | 237 | }, |
238 | {}, | 238 | {}, |