Re: [U-Boot] [PATCH] usb: dwc2: Add brcm,bcm2708-usb compatible

2018-07-02 Thread Marek Vasut
On 07/02/2018 02:34 PM, Emmanuel Vadot wrote: > When using CONFIG_OF_BOARD on rpi to use the dtb provided by the > RaspberryPi Fundation, the compatible string isn't the same, resulting > in not-functional usb from u-boot. > > Signed-off-by: Oleksandr Tymoshenko > Signed-off-by: Emmanuel Vadot >

[U-Boot] [PATCH] usb: dwc2: Add brcm,bcm2708-usb compatible

2018-07-02 Thread Emmanuel Vadot
When using CONFIG_OF_BOARD on rpi to use the dtb provided by the RaspberryPi Fundation, the compatible string isn't the same, resulting in not-functional usb from u-boot. Signed-off-by: Oleksandr Tymoshenko Signed-off-by: Emmanuel Vadot --- drivers/usb/host/dwc2.c | 1 + 1 file changed, 1 inser