commit | b4c80f245b7a986b23c8c487ec1c15229c85af8a | [log] [tgz] |
---|---|---|
author | Dominic Rath <rath@ibv-augsburg.net> | Wed Apr 06 11:56:47 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 20 11:14:39 2022 -0400 |
tree | 83f28046388ea77698cfe938fd8d4bb234facbf4 | |
parent | 246e03476ba325051600017b552460d7f37c3191 [diff] |
ram: k3-ddrss: Fix register name and explain its usage The k3-ddrss driver wants to configure the DDRSS_V2A_CTL_REG to reflect the maximum possible SDRAM of 2 GB for AM64x (instead of the register's default that says 8 GB, which the AM64x DDR controller wouldn't support). The offset 0x20 was correct, but the register name DDRSS_V2A_R1_MAT_REG was that of the next register at offset 0x24. Signed-off-by: Dominic Rath <rath@ibv-augsburg.net>