Re: [PATCH 3/8] ram: k3-ddrss: add am62a controller support

2022-12-09 Thread Tom Rini
On Thu, Nov 03, 2022 at 07:13:53PM -0500, Bryan Brattlof wrote: > TI's am62a family of SoCs uses a new 32bit DDR controller that shares > much of the same functionality with the existing am64 and j721e > controllers. > > Select this controller by default when u-boot is build for the am62a > > Si

Re: [PATCH 3/8] ram: k3-ddrss: add am62a controller support

2022-11-04 Thread Tom Rini
On Thu, Nov 03, 2022 at 07:13:53PM -0500, Bryan Brattlof wrote: > TI's am62a family of SoCs uses a new 32bit DDR controller that shares > much of the same functionality with the existing am64 and j721e > controllers. > > Select this controller by default when u-boot is build for the am62a > > Si

[PATCH 3/8] ram: k3-ddrss: add am62a controller support

2022-11-03 Thread Bryan Brattlof
TI's am62a family of SoCs uses a new 32bit DDR controller that shares much of the same functionality with the existing am64 and j721e controllers. Select this controller by default when u-boot is build for the am62a Signed-off-by: Bryan Brattlof --- drivers/ram/Kconfig | 1 + driver