mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
feat(tc): bind DPU SMMU on TC4
TC4 adds a new SMMU-700 specifically for the DPU (in the RoS). This is used as the DPU SMMU instead of the existing SMMU used for both the GPU and DPU. Update the devicetree to reflect this. Note that the streamID values have also changes for this new SMMU. This is because TC4 also updates the new SMMU to use a different streamID for each DPU port - these must all be added to the device tree. Change-Id: If2ce9749e40937fd1291346d071b691cfb662f2e Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com> Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
11ec5de695
commit
e365479d0d
1 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,15 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
smmu_700_dpu: iommu@4002a00000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
dp0: display@DPU_ADDR {
|
||||
iommus = <&smmu_700_dpu 0x000>, <&smmu_700_dpu 0x100>,
|
||||
<&smmu_700_dpu 0x200>, <&smmu_700_dpu 0x600>;
|
||||
};
|
||||
|
||||
gpu: gpu@2d000000 {
|
||||
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupt-names = "IRQAW";
|
||||
|
|
Loading…
Add table
Reference in a new issue