MMIOT-152: imx8mm: update SDP physical memory space
authorOlivier Masse <olivier.masse@nxp.com>
Wed, 26 Sep 2018 16:09:17 +0000 (18:09 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Change-Id: I410909ce69f79846c8956c185570af2e933c829a
Signed-off-by: Olivier Masse <olivier.masse@nxp.com>
(cherry picked from commit b46e3b88cb3c2353201463c46cb634babc01f0ab)

arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-drm.dts

index b3b84ec..8a7ece7 100644 (file)
 &resmem {
        display_region: display {
                compatible = "imx-secure-ion-pool";
-               reg = <0x0 0xce000000 0 0x30000000>;
+               reg = <0x0 0x8e000000 0 0x30000000>;
        };
 
        optee_region: optee {
                compatible = "imx-secure-ion-pool";
-               reg = <0x0 0xcc000000 0 0x02000000>;
+               reg = <0x0 0x8c000000 0 0x02000000>;
        };
 };