From 4a6ebeeca37ece34a58982c8b6ebdc8cfd70814b Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Sat, 1 Jan 2022 21:56:25 +0000 Subject: [PATCH] feat(tc): enable SMMU for DPU The SMMU needs to be enabled to support 8GB RAM Signed-off-by: Anders Dellien Change-Id: Ie81f2fc59886c52e9d6ed799ea73f49eb7a7c307 --- fdts/tc.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fdts/tc.dts b/fdts/tc.dts index 891a4c903..7c0e84260 100644 --- a/fdts/tc.dts +++ b/fdts/tc.dts @@ -454,6 +454,13 @@ >; }; + smmu: smmu@2ce00000 { + #iommu-cells = <1>; + compatible = "arm,smmu-v3"; + reg = <0x0 0x2ce00000 0x0 0x20000>; + status = "okay"; + }; + dp0: display@2cc00000 { #address-cells = <1>; #size-cells = <0>; @@ -463,6 +470,9 @@ 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>; pl0: pipeline@0 { reg = <0>; clocks = <&scmi_clk 1>;