Booting MX7Solo with 4.5-rc6
From: festevam@gmail.com (Fabio Estevam)
Date: 2016-02-29 15:34:55
On Mon, Feb 29, 2016 at 12:23 PM, Frank Li [off-list ref] wrote:
quoted
-----Original Message----- From: Fabio Estevam [mailto:festevam at gmail.com] Sent: Monday, February 29, 2016 8:23 AM To: Frank Li <frank.li@nxp.com>; Hui Liu <redacted> Cc: Peng Fan <peng.fan@nxp.com>; linux-arm-kernel at lists.infradead.org; Dong Aisheng [off-list ref] Subject: Booting MX7Solo with 4.5-rc6 Hi, I am trying to boot linux-next 20160229 on a m7solo warp board and this is what I get: http://pastebin.com/TmQdqd2B I can boot this board fine using NXP 3.14.52 kernel. These clock warnings also happen on a mx7d sabresd board, but the boot proceed fine.It caused usleep_range(50, 500) in clk_pllv3_wait_lock. Need aisheng's patch to fix it.
Yes, I know, but they should not prevent the boot from happening.
quoted
Any ideas as to what needs to be done in order to boot a MX7S?Can you try to disable arch_timer in dts?
Just disabled it, but it did not help. Thanks