mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-29 16:48:59 +00:00
Merge changes I10a3fc1d,I3aed6228 into integration
* changes: fix(tc): set system-coherency to 0(ACE-LITE) for tc4-gpu fix(tc): fix SMMU streamId for tc4 gpu
This commit is contained in:
commit
d9f9ad0b09
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@
|
||||||
gpu: gpu@2d000000 {
|
gpu: gpu@2d000000 {
|
||||||
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH 0>;
|
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||||
interrupt-names = "IRQAW";
|
interrupt-names = "IRQAW";
|
||||||
iommus = <&smmu_700 0x200>;
|
iommus = <&smmu_700 0x0>;
|
||||||
|
system-coherency = <0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dsu-pmu {
|
dsu-pmu {
|
||||||
|
|
Loading…
Add table
Reference in a new issue