]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(tc): change the properties of optee reserved memory
authorDavidson K <davidson.kumaresan@arm.com>
Wed, 14 Dec 2022 12:08:14 +0000 (17:38 +0530)
committerdavidson kumaresan <davidson.kumaresan@arm.com>
Tue, 20 Dec 2022 11:01:05 +0000 (12:01 +0100)
make it part of the restricted dma pool to ensure it is not used for
general dma operations.

Change-Id: Ia14738de70b4d7719d7460ed8d16e727aea8d8c4
Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
fdts/tc.dts

index 73cbf1cbfcf69260de003d56237853acbdc16ab8..fdde0153fc2a45f00eb8f2f016d88ee08568408e 100644 (file)
                };
 
                optee@0xfce00000 {
+                       compatible = "restricted-dma-pool";
                        reg = <0x00000000 0xfce00000 0 0x00200000>;
-                       no-map;
                };
        };