mbox series

[U-Boot,v2,0/2] Convert WaRP7 to DM_USB and DM_SERIAL

Message ID 1555698852-6645-1-git-send-email-pjtexier@koncepto.io
Headers show
Series Convert WaRP7 to DM_USB and DM_SERIAL | expand

Message

Pierre-Jean Texier April 19, 2019, 6:34 p.m. UTC
This series convert the WaRP7 to the following DM:
-CONFIG_DM_USB
-CONFIG_DM_SERIAL

Change in v2: 
- Now split in two distinct patches (DM_USB & DM_SERIAL)
 
Pierre-Jean Texier (2):
  warp7: Switch to DM Serial
  warp7: Switch to DM USB

 arch/arm/dts/imx7s-warp.dts  | 5 +++++
 board/warp7/warp7.c          | 6 ------
 configs/warp7_bl33_defconfig | 3 +++
 configs/warp7_defconfig      | 3 +++
 include/configs/warp7.h      | 2 --
 5 files changed, 11 insertions(+), 8 deletions(-)