commit | c55caeb9c7bd17ed185e8190ac95b20df284b84d | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Fri Apr 12 13:19:47 2024 +0200 |
committer | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu Apr 18 15:47:46 2024 +0200 |
tree | 8af019f5379e717bf77191eb9943e165f1ab6e04 | |
parent | 1e5f6f98723623e5dba8ed2fffee6d1134c21bde [diff] |
powerpc: 8xx: Set SDMA configuration register correcly SDMA configuration register needs to be set up only once and doesn't belong to drivers. Also, the value to be used is different on mpc885. So do the init in cpu_init_f() with 0x40 for mpc885 and 0x1 for others. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>