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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to