[PATCH 1/8] USB: EHCI: make ehci-spear a separate driver
Mark Rutland
mark.rutland at arm.com
Mon Feb 11 06:19:14 EST 2013
Hello,
[...]
> -static struct of_device_id spear_ehci_id_table[] = {
> - { .compatible = "st,spear600-ehci", },
> +static struct of_device_id SPEAr_ehci_id_table[] = {
> + { .compatible = "st,SPEAr600-ehci", },
> { },
> };
This will break anyone using the documented binding, and anyone with an
existing dt will suddenly find their usb support broken.
Please don't change this.
Thanks,
Mark.
More information about the linux-arm-kernel
mailing list