mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
Merge pull request #739 from rockchip-linux/fixes-latency
rockchip: fix A72 L2CTLR_DATA_RAM_LATENCY to 5
This commit is contained in:
@@ -67,7 +67,7 @@ handler_a72:
|
||||
* Set the L2 Data RAM latency for Cortex-A72.
|
||||
* Set the L2 Tag RAM latency to for Cortex-A72.
|
||||
*/
|
||||
mov x0, #((2 << L2CTLR_DATA_RAM_LATENCY_SHIFT) | \
|
||||
mov x0, #((5 << L2CTLR_DATA_RAM_LATENCY_SHIFT) | \
|
||||
(0x1 << 5))
|
||||
msr L2CTLR_EL1, x0
|
||||
isb
|
||||
|
||||
Reference in New Issue
Block a user