commit | f3edaf27db134a7a2cd4a27f161609ea7234ee1d | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Wed May 22 09:55:04 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:02:26 2024 -0600 |
tree | d40aee6599b46ab27a8172a1d6a3b7149b5efeb0 | |
parent | 51b71d41f6fd453c8c8d5c794e714e41c58bde56 [diff] |
board: phytec: common: Introduce a method to inject DDR timings deltas Introduce fdt_apply_ddrss_timings_patch() to allow board code to override DDR settings in the device tree prior to DDRSS driver probing. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Tested-by: John Ma <jma@phytec.com>