Hi, Now that we can use the build-in properties as fallback when the primary firmware (DT or ACPI) does not provide the requested property, it should be always safe to add them. I.e, by adding them to a device, nothing will be overwritten. Heikki Krogerus (3): usb: dwc3: pci: use PCI_VDEVICE macro usb: dwc3: pci: use build-in properties instead of platform data usb: dwc3: remove handling of platform data drivers/usb/dwc3/core.c | 35 ------------ drivers/usb/dwc3/dwc3-pci.c | 112 ++++++++++++++++++--------------------- drivers/usb/dwc3/platform_data.h | 53 ------------------ 3 files changed, 52 insertions(+), 148 deletions(-) delete mode 100644 drivers/usb/dwc3/platform_data.h -- 2.7.0.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html