ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)
authorAaron Williams <awilliams@marvell.com>
Wed, 2 Sep 2020 06:29:06 +0000 (08:29 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 7 Oct 2020 18:25:57 +0000 (20:25 +0200)
commite13bb86588b19dde84b4b04d38076b374592a2f8
tree33f2a36eb1e0eac5d1e0632414bada226e10dc86
parent073e8ee5df4844f53b68ddf108c9ef43c7f18251
ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)

This Octeon 3 DDR driver is ported from the 2013 Cavium / Marvell U-Boot
repository. It currently supports DDR4 on Octeon 3. It can be later
extended to support also DDR3 and Octeon 2 platforms.

Part 1 adds the base U-Boot RAM driver, which will be instantiated by
the DT based probing.

Signed-off-by: Aaron Williams <awilliams@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/ram/octeon/octeon_ddr.c [new file with mode: 0644]