commit | fd199dd91e9447f45482c9a33866618d2778162f | [log] [tgz] |
---|---|---|
author | Dave Gerlach <d-gerlach@ti.com> | Thu Mar 17 12:03:42 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 04 19:02:04 2022 -0400 |
tree | 938c4fb18b6062c38d9931c03bfdac0281e2bdf9 | |
parent | a60fced194b2cd89a4e4a00b712fa75f84f3ad5c [diff] |
ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regs The current address being read from dt actually represents the ddrss_ctl memory region, while ddrss_ss region is something else. Introduce ddrss_ctl_regs and use it to free up ddrss_ss_regs for its proper purpose later so that we can avoid confusion. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>