[U-Boot] [PATCH 0/2] dm: ahci: Fix dwc_ahci

Jean-Jacques Hiblot jjhiblot at ti.com
Fri Jul 7 10:13:33 UTC 2017


This series applies to u-boot-dm/master. It fixes 2 issues preventing usage of
SATA on DRA7/AM57 platforms

The first patch is a simply fix to the Kconfig that allows building the driver
again.

The second patch fixes an issue introduced by commit 7278fc4f7256628b
("dm: ahci: Drop use of probe_ent"). The root cause is that the uclass private
data is not allocated.


Jean-Jacques Hiblot (2):
  pipe3: Fix broken dependency
  ahci: dm: Fix memory allocation for uclass private data

 drivers/ata/ahci.c  | 8 +++++++-
 drivers/phy/Kconfig | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list