Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roger Quadros and committed by
Kishon Vijay Abraham I
51c9f4ad 14da699b

+2 -2
+2 -2
drivers/phy/phy-omap-control.c
··· 228 228 .data = &pipe3_data, 229 229 }, 230 230 { 231 - .compatible = "ti,control-phy-dra7usb2", 231 + .compatible = "ti,control-phy-usb2-dra7", 232 232 .data = &dra7usb2_data, 233 233 }, 234 234 { 235 - .compatible = "ti,control-phy-am437usb2", 235 + .compatible = "ti,control-phy-usb2-am437", 236 236 .data = &am437usb2_data, 237 237 }, 238 238 {},