Re: [U-Boot] [PATCH v2 06/16] ARM: UniPhier: remove EHCI platform devices

2015-02-24 Thread Marek Vasut
On Friday, February 20, 2015 at 01:43:17 PM, Masahiro Yamada wrote: > Now UniPhier platform highly depends on Device Tree configuration > (CONFIG_OF_CONTROL is select'ed by Kconfig). Since the EHCI is only > used on main U-Boot, we can drop platform devices of the EHCI > controllers. We still kee

[U-Boot] [PATCH v2 06/16] ARM: UniPhier: remove EHCI platform devices

2015-02-20 Thread Masahiro Yamada
Now UniPhier platform highly depends on Device Tree configuration (CONFIG_OF_CONTROL is select'ed by Kconfig). Since the EHCI is only used on main U-Boot, we can drop platform devices of the EHCI controllers. We still keep UART platform devices because they might be useful for SPL. Signed-off-by