From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 12 Aug 2016 13:24:08 -0600 Subject: [U-Boot] Nvidia Trega Tk1 - /cpus/cpu@0 missing clock-frequency property In-Reply-To: References: Message-ID: <27fbf26d-6377-f30a-1611-d04d6d562cd3@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/12/2016 03:15 AM, vinoth eswaran wrote: > Hi, > > Currently I am working on an Nvidia Jetson Tk1 board. > > With u-boot v2016.05 I am seeing the following messages on the start up > >... > > I am not sure about what's the issue here. Google search shows > something might be missing in the device tree. Can you let me know > whats the issue here. The DTB file that's passed to the kernel should be the DTB file built along with the kernel binary. If you're already doing that, and there are still problems, I suggest discussing this on the Tegra kernel mailing list; those messages are all kernel messages and nothing to do with U-Boot. (BTW, the -517 messages aren't actually errors; they're expected behaviour when a device attempts to initialize and the dependencies it needs are not yet available. The initialization will be retried later and should succeed then).