commit | 270f7fd25b3d1e825d3364eee652c3ccc9d5aae4 | [log] [tgz] |
---|---|---|
author | Dave Gerlach <d-gerlach@ti.com> | Fri Apr 08 16:46:50 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 20 11:14:39 2022 -0400 |
tree | c73f7808c7c6f398dc32ad9caac934e34d203f28 | |
parent | a96d56572536f02c0d1f09f72bfedfa9cb4ae560 [diff] |
ram: k3-ddrss: Allow use of dt provided initial frequency Allow device tree to provide ti,ddr-freq0 to be used as the initial DDR frequency that is set for lpddr4 before initialization of the controller. Make this optional and continue to use PLL bypass frequency as is done currently if ti,ddr-freq0 is not provided. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>