forked from OERV-BSP/u-boot
arm: dts: agilex5: Update CCU configuration
Cache allocation for dirty writes in the CCU system cache was disabled for performance optimization. Signed-off-by: Tingting Meng <tingting.meng@altera.com>
This commit is contained in:
committed by
Tien Fong Chee
parent
d0bf7bebfd
commit
52891fda68
@@ -208,7 +208,8 @@
|
||||
intel,offset-settings =
|
||||
/* DMIUSMCTCR */
|
||||
<0x00000300 0x00000001 0x00000003>,
|
||||
<0x00000300 0x00000003 0x00000003>;
|
||||
<0x00000300 0x00000003 0x00000003>,
|
||||
<0x00000308 0x00000004 0x0000001F>;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
@@ -218,7 +219,8 @@
|
||||
intel,offset-settings =
|
||||
/* DMIUSMCTCR */
|
||||
<0x00000300 0x00000001 0x00000003>,
|
||||
<0x00000300 0x00000003 0x00000003>;
|
||||
<0x00000300 0x00000003 0x00000003>,
|
||||
<0x00000308 0x00000004 0x0000001F>;
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user