mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
Merge "feat(tc): add default SLC policy for the gpu" into integration
This commit is contained in:
commit
6d5048f025
1 changed files with 8 additions and 0 deletions
|
@ -485,6 +485,14 @@
|
||||||
#if TC_IOMMU_EN
|
#if TC_IOMMU_EN
|
||||||
iommus = <&smmu_700 0x200>;
|
iommus = <&smmu_700 0x200>;
|
||||||
#endif /* TC_IOMMU_EN */
|
#endif /* TC_IOMMU_EN */
|
||||||
|
pbha {
|
||||||
|
int-id-override = <0 0x22>, <2 0x23>, <4 0x23>, <7 0x22>,
|
||||||
|
<8 0x22>, <9 0x22>, <10 0x22>, <11 0x22>,
|
||||||
|
<12 0x22>, <13 0x22>, <16 0x22>, <17 0x32>,
|
||||||
|
<18 0x32>, <19 0x22>, <20 0x22>, <21 0x32>,
|
||||||
|
<22 0x32>, <24 0x22>, <28 0x32>;
|
||||||
|
propagate-bits = <0x0f>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
power_model_simple {
|
power_model_simple {
|
||||||
|
|
Loading…
Add table
Reference in a new issue