summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.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-imx8qm-mek-inmate.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-imx8qm-mek-inmate.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.dts
index 147c7250c043..e842aac0d8a7 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.dts
@@ -149,7 +149,7 @@
status = "okay";
};
- pci@ff700000 {
+ pci@fd700000 {
compatible = "pci-host-ecam-generic";
device_type = "pci";
bus-range = <0 0>;
@@ -158,7 +158,7 @@
#interrupt-cells = <1>;
interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &gic GIC_SPI 90 IRQ_TYPE_EDGE_RISING>;
- reg = <0x0 0xff700000 0x0 0x100000>;
+ reg = <0x0 0xfd700000 0x0 0x100000>;
ranges = <0x02000000 0x00 0x10000000 0x0 0x10000000 0x00 0x10000>;
};