mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
feat(tc): use smmu 700
Enable smmu for gpu and dpu Signed-off-by: Davidson K <davidson.kumaresan@arm.com> Change-Id: I6f4cffdc835dc542904b0a15b1db9a3382b78c08
This commit is contained in:
parent
01617e0bee
commit
ed80eab6a6
1 changed files with 5 additions and 6 deletions
11
fdts/tc.dts
11
fdts/tc.dts
|
@ -463,17 +463,18 @@
|
|||
interrupt-names = "JOB", "MMU", "GPU";
|
||||
clocks = <&soc_refclk100mhz>;
|
||||
clock-names = "clk_mali";
|
||||
iommus = <&smmu_700 0x200>;
|
||||
operating-points = <
|
||||
/* KHz uV */
|
||||
50000 820000
|
||||
>;
|
||||
};
|
||||
|
||||
smmu: smmu@2ce00000 {
|
||||
smmu_700: smmu_700@3f000000 {
|
||||
#iommu-cells = <1>;
|
||||
compatible = "arm,smmu-v3";
|
||||
reg = <0x0 0x2ce00000 0x0 0x20000>;
|
||||
status = "okay";
|
||||
reg = <0x0 0x3f000000 0x0 0x5000000>;
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
dp0: display@2cc00000 {
|
||||
|
@ -485,9 +486,7 @@
|
|||
interrupt-names = "DPU";
|
||||
clocks = <&scmi_clk 0>;
|
||||
clock-names = "aclk";
|
||||
iommus = <&smmu 0>, <&smmu 1>, <&smmu 2>, <&smmu 3>,
|
||||
<&smmu 4>, <&smmu 5>, <&smmu 6>, <&smmu 7>,
|
||||
<&smmu 8>, <&smmu 9>;
|
||||
iommus = <&smmu_700 0x100>;
|
||||
pl0: pipeline@0 {
|
||||
reg = <0>;
|
||||
clocks = <&scmi_clk 1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue