commit | 9b88a4bda2955b23262736d70e5c3d3c36685db0 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu Dec 28 20:40:01 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:24 2018 -0500 |
tree | 56be0a56d3509e7c5a7a1f8a619aaff07ec540a1 | |
parent | 3a0e70f181ecf21db2486c289055d4269887cab8 [diff] |
arm: am33xx: Avoid writing into reserved DPLL divider DPLL DRR doesn't have an M4 divider. But the clock driver is trying to configure M4 divider as 4(writing into a reserved register). Fixing it by making M4 divider as -1. Reported-by: Steve Kipisz <s-kipisz2@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>