summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-01-02 20:56:45 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:48 +0800
commita3706c5a23e04756332b383b7124722980542547 (patch)
treeaebeef6cefca102fe4ffe7aa8a0ea442b79907b1 /arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
parent338cc83c520b1dcd5a489e468566df052bf6dfda (diff)
MLK-20670 ARM64: dts: correct pci and reserved memory for jailhouse
Correct pci and reserved memory for jailhouse For i.MX8MQ, the top address are reserved for optee. For i.MX8QXP/QM, the pci reg needs to be updated because to support OP-TEE the memory region are moved 32MB lower. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Flynn xu <flynn.xu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
index e74f353b4d0f..9badfbf2b34d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
@@ -56,14 +56,14 @@
};
&resmem {
- jh_reserved: jh@0xffc00000 {
+ jh_reserved: jh@0xfdc00000 {
no-map;
- reg = <0 0xffc00000 0x0 0x400000>;
+ reg = <0 0xfdc00000 0x0 0x400000>;
};
inmate_reserved: inmate@0xc0000000 {
no-map;
- reg = <0 0xc0000000 0x0 0x3fc00000>;
+ reg = <0 0xc0000000 0x0 0x3dc00000>;
};
loader_reserved: loader@0xbff00000 {