Peter writes: Just one small update: Use aligned DMA on Tegra30, and USB Ethernet gadget now works on it.
@@ -29,7 +29,7 @@ static const struct tegra_udc_soc_info tegra20_udc_soc_info = {
};
static const struct tegra_udc_soc_info tegra30_udc_soc_info = {
- .flags = 0,
+ .flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
static const struct tegra_udc_soc_info tegra114_udc_soc_info = {