projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14da699
)
phy: omap-control: update dra7 and am437 usb2 bindings
author
Roger Quadros
<rogerq@ti.com>
Fri, 7 Mar 2014 05:48:00 +0000
(11:18 +0530)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Sun, 9 Mar 2014 07:15:09 +0000
(12:45 +0530)
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>
drivers/phy/phy-omap-control.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/phy/phy-omap-control.c
b/drivers/phy/phy-omap-control.c
index 17fc200210c8449d696e048ff0a22152f7133a93..311b4f9a51323a7eda3c35ea16a2ab3a9a61cc06 100644
(file)
--- 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[] = {
.data = &pipe3_data,
},
{
- .compatible = "ti,control-phy-
dra7usb2
",
+ .compatible = "ti,control-phy-
usb2-dra7
",
.data = &dra7usb2_data,
},
{
- .compatible = "ti,control-phy-
am437usb2
",
+ .compatible = "ti,control-phy-
usb2-am437
",
.data = &am437usb2_data,
},
{},