[PATCH v2 2/2] x86: edison: Switch to DM_USB_GADGET

Bin Meng bmeng.cn at gmail.com
Wed Dec 16 04:40:03 CET 2020


On Fri, Dec 4, 2020 at 1:45 AM Andy Shevchenko
<andriy.shevchenko at 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 at 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 at gmail.com>


More information about the U-Boot mailing list