ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regs
authorDave Gerlach <d-gerlach@ti.com>
Thu, 17 Mar 2022 17:03:42 +0000 (12:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
commit71eb527476e8bb32f3b9af5e472cb9fde1fdb127
tree938c4fb18b6062c38d9931c03bfdac0281e2bdf9
parent7b8a96e57e1db60f742184822a7d8dc508605f1f
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>
drivers/ram/k3-ddrss/k3-ddrss.c