commit | c3696926131fbf0f358cedcb5508e66c8427aad5 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Oct 07 09:20:45 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 22 09:18:49 2018 -0400 |
tree | b03ec45f21e20d57e0f5d655d38298fa1e58840c | |
parent | 3c7111f14d922bec6183f6122579ced5458efc3d [diff] |
ARM: omap3_logic.c: Optimize DDR timings based on OMAP35 or 36/37 The default timings are assumming an OMAP36 / AM37 / DM37, but the OMAP35 controller is a bit slower, so DDR may operate out of spec when under stress. This patch checks the processor type and sets the DDR timings according to processor type. Fixes: 5ad4212ce0d5 ("ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo") Signed-off-by: Adam Ford <aford173@gmail.com>