summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-evk-root.dts
AgeCommit message (Collapse)Author
2020-10-15MLK-22870 arm64: dts: add OCOTP clockAlice Guo
Use the kexec command to restart the root cell Linux, and the system will hang up in imx8mm_soc_uid(). The reason is that ocotp root clk is not enabled when the unique ID is read. Therefore, add CLK_OCOTP_ROOT to init-on-array in root.dts to ensure that ocotp root clk in the root cell Linux is always enabled. Signed-off-by: Alice Guo <alice.guo@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-12-18LF-514-2 arm64: dts: imx8mq-root: init on IMX8MQ_CLK_USDHC1_ROOTPeng Fan
Without init on IMX8MQ_CLK_USDHC1_ROOT, inmate linux emmc will not work properly. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-11-25arm64: dts: imx8mq: add inmate/root dtsPeng Fan
Add inmate/root dts for jailhouse dual linux case. Signed-off-by: Peng Fan <peng.fan@nxp.com>