Re: [U-Boot] [PATCH v3 20/35] dm: tegra: usb: Convert to livetree

2017-07-06 Thread sjg
Update the Tegra EHCI driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/usb/host/ehci-tegra.c | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) Applied to u-boot-dm, thanks! ___

[U-Boot] [PATCH v3 20/35] dm: tegra: usb: Convert to livetree

2017-06-12 Thread Simon Glass
Update the Tegra EHCI driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/usb/host/ehci-tegra.c | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/drivers/usb/host/ehci-tegra.