
16 Dec
2020
16 Dec
'20
4:40 a.m.
On Fri, Dec 4, 2020 at 1:45 AM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
DM is the modern default approach for the drivers in U-Boot. It also allows to configure code via Device Tree.
Move Intel Edison to use DM_USB_GADGET and drop hard coded values.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
v2: cleaned up arch/x86/cpu/tangier/Kconfig as well
arch/x86/cpu/tangier/Kconfig | 4 ---- arch/x86/dts/edison.dts | 8 ++++++++ board/intel/edison/edison.c | 35 ----------------------------------- configs/edison_defconfig | 1 + 4 files changed, 9 insertions(+), 39 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com