summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-inmate.dts
AgeCommit message (Collapse)Author
2019-03-11MLK-20958-2 imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez
We are currently using SC_R_LAST as a marker for imx8 power domain tree nodes without a resource attached. This value is compiled into dtb as part of the linux build and used by uboot. The SC_R_LAST constant changes frequently as SCFW resources are added (by design) and every time we need to update linux and uboot headers together or boot can fail. Fix this by replacing SC_R_LAST usage with a new constant SC_R_NONE defined to be 0xFFF0. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit f573dbd5ce119740ad30b663e3599cb75e6f67ed)
2019-02-12MLK-20673 ARM64: dts: freescale: imx8qm: disable cpu-idleAnson Huang
Since some ATF versions could have cpu-idle with cpu/cluster power off support enabled, but due to some drivers are NOT ready to support cpu/cluster power off when idle, so i.MX8QM's cpu-idle with cpu/cluster power off is NOT ready at all, disable it to avoid confusion, and ATF can have the full cpu-idle support there. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-02-12MLK-20670 ARM64: dts: correct pci and reserved memory for jailhousePeng Fan
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>
2019-02-12MLK-19947-3 ARM64: dts: freescale: imx8qxp: add cpu-idle supportAnson Huang
This patch adds cpu-idle support for i.MX8QXP, since different platforms have different cpu-idle latency value, so move the cpu-idle node to platform dtsi. Add GPT as platform broadcast timer, its clock and power are managed in TF-A. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Acked-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-19003-4 ARM64: dts: introduce i.MX8QM root/inmate dtsPeng Fan
The two dts are for Jailhouse root cell and non-root linux cell. root cell use SDHC1/UART0, non root cell use SDHC0/UART2. UART2 is on base board with RS232 connected. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit fa0a52f4f860b6ee40dd4c51bbcf3a1f13f4bbe2)