aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-02-11 11:54:45 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-15 15:25:51 -0500
commite16fa44b39189cf31baaa8e880bc1c23a458c669 (patch)
tree5f271fa72742803b4e0dddf7bbb96ae75bf030ec /drivers/usb/host
parente8fcbb61405997f03b9e127806db620c7cfb9909 (diff)
uhci-platform: Change compatible string from platform-uhci to generic-uhci
This brings the uhci-platform bindings in sync with what we've done for the ohci- and ehci-platform drivers. As discussed there using platform as a prefix is a bit weird as the platform bus is a Linux specific thing and the bindings are supposed to be OS agnostic. Note that the old platform-uhci compatible string is kept around for, well, compatibility reasons. While at it rename the bindings txt file to match the name of all the other ?hci-platform bindings docs. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/uhci-platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/uhci-platform.c b/drivers/usb/host/uhci-platform.c
index 44e6c9da8892..01833ab2b5c3 100644
--- a/drivers/usb/host/uhci-platform.c
+++ b/drivers/usb/host/uhci-platform.c
@@ -148,6 +148,7 @@ static void uhci_hcd_platform_shutdown(struct platform_device *op)
148} 148}
149 149
150static const struct of_device_id platform_uhci_ids[] = { 150static const struct of_device_id platform_uhci_ids[] = {
151 { .compatible = "generic-uhci", },
151 { .compatible = "platform-uhci", }, 152 { .compatible = "platform-uhci", },
152 {} 153 {}
153}; 154};