Commit Graph

2 Commits

Author SHA1 Message Date
Dave Gerlach 89d304ed09 drivers: ram: k3-ddrss: Introduce common driver
Introduce support for the AM64 DDRSS controller through a common driver
for both am64 and j721e. This controller shares much functionality with
the existing J721e support, so this patch refactors the driver such that
the am64 specific comes from "_16bit_" files with headers uner "16bit/"
include path, and j721e support comes from "_32bit_" files with headers
under the "32bit/" include path.

Also add a CONFIG_K3_AM64_DDRSS option to the choice required for use
with CONFIG_K3_DDRSS to allow selecting AM64 support.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
2021-03-23 17:17:28 -05:00
Lokesh Vutla ffb6b8e540 dt-bindings: memory-controller: Introduce J721E DDRSS bindings
Add DT binding documentation for DDR sub system present on J721E device.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2019-10-25 17:33:21 -04:00