summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-20674 ARM64: dts: imx8mq: enable uart2 clock and disable caamPeng Fan
Enable uart2 clk to let inmate could access uart And disable CAAM for inmate Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jun Li <jun.li@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-12clk: imx8mq: Switch to newly added composite-8m clockAbel Vesa
This needs to be one individual change since otherwise the driver and the dtbs won't build anymore. This updates all the dts and dtsi files, the clock index defines and the imx8mq clock driver itself Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-19001-2 ARM64: dts: imx8mq: fill init-on-arrary for clkPeng Fan
Fill init-on-array property to let root cell Linux enable these clks, because we need differnet clocks being init on compared with clks_init_on in clk-imx8mq.c. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit 8ea027403874acaa15953fee1531961335c2a6e8)
2019-02-12MLK-18792-3 ARM64: dts: add jailhouse root and inmate dtsPeng Fan
Add root and inmate dts. The core [0-1] for root, core[2-3] for inmate. Disabled gpc busfreq. Not support low power features for dual Linux case. The 2nd Linux use SDHC1 and UART2, let 1st Linux configure pin and clock for the two devices. The memory used by 2nd Linux are reserved in the 1st Linux dts. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit fd8736bdb1df332e98547a9f5b99126fcdd15e31)