Files
u-boot/arch
Dinh Nguyen 532a54e652 ARM: socfpga: fix data and tag latency values for pl310 cache controller
The values for the data and tag latency settings on the PL310 caches
controller is an (n-1). For example, the "arm,tag-latency" is specified
as <1 1 1>, so the values that should be written to register should be
0x000. And for the "arm,data-latency" specified as <2 1 1>, the register
value should be 0x010.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
2019-03-09 17:59:13 +01:00
..
2019-02-09 07:50:50 -05:00
2019-02-07 15:33:21 +05:30
2019-02-20 15:27:11 +08:00
2018-09-25 21:49:18 -04:00