commit | 3f735f727fb8b97a400b2c91926ff3255a129fe0 | [log] [tgz] |
---|---|---|
author | Santhosh Kumar K <s-k6@ti.com> | Mon Jan 06 14:37:03 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 14 15:47:07 2025 -0600 |
tree | b22fb5071d94fb80f762a840fc80ef5ec0c18cc1 | |
parent | 51c52fb6fcd342edfc7af6dcdccc6a999269e410 [diff] |
ram: k3-ddrss: Setup ECC region start and range Setup the ECC region's start and range using the device private data, ddrss->ddr_bank_base[0] and ddrss->ddr_ram_size. Also, move start and range of ECC regions from 32 bits to 64 bits to accommodate for DDR greater than or equal to 4GB. Signed-off-by: Santhosh Kumar K <s-k6@ti.com>