From: joshc@eso.teric.us (Josh Cartwright)
To: linux-arm-kernel@lists.infradead.org
Subject: OT:zynx on zedboard.org hr timer problem with dts
Date: Thu, 20 Dec 2012 11:23:01 -0600 [thread overview]
Message-ID: <20121220172301.GC27361@kryptos> (raw)
In-Reply-To: <201212201744.43678.tim01@vlsi.informatik.tu-darmstadt.de>
On Thu, Dec 20, 2012 at 05:44:42PM +0100, Tim Sander wrote:
> Hi
>
> This is probably not the right list but in lack of knowing a better place:
> I am using the xilinx git repository (git://git.xilinx.com/linux-xlnx.git)
> with the attached dts file. Most stuff works fine but there is a error message
> on startup:
> Zynq clock init
> xlnx,ps7-ttc-1.00.a #0 at 0xe0800000, irq=43
> ------------[ cut here ]------------
> WARNING: at arch/arm/kernel/smp_twd.c:389 time_init+0x20/0x30()
> twd_local_timer_of_register failed (-22)
> Modules linked in:
> [<c001417c>] (unwind_backtrace+0x0/0x11c) from [<c0020aac>] (warn_slowpath_common+0x4c/0x64)
> [<c0020aac>] (warn_slowpath_common+0x4c/0x64) from [<c0020b44>] (warn_slowpath_fmt+0x2c/0x3c)
> [<c0020b44>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0486080>] (time_init+0x20/0x30)
> [<c0486080>] (time_init+0x20/0x30) from [<c04826c0>] (start_kernel+0x1b4/0x2f0)
> [<c04826c0>] (start_kernel+0x1b4/0x2f0) from [<00008044>] (0x8044)
> ---[ end trace 0000000000000001 ]---
> and hrtimers are not working although they are enabled in the .config.
Hey Tim-
A better place to ask questions about the Xilinx tree will likely be on
their Embedded Linux forum [1].
> I am sure this is an error in the attached dts but i am to knew to this device tree
> stuff to find the error. So any hint would be apreciated.
On first glance, it looks like you've specified a node for the twd, but
neglected to specify interrupts. See Documentation/devicetree/bindings/arm/twd.txt.
> swdt at f8005000 {
> device_type = "watchdog";
> compatible = "arm,cortex-a9-twd-timer";
> reg = <0xf8005000 0x100>;
> clock-frequency = <111111111>;
> };
Good luck,
Josh
[1]: http://forums.xilinx.com/t5/Embedded-Linux/bd-p/ELINUX
next prev parent reply other threads:[~2012-12-20 17:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-20 16:44 OT:zynx on zedboard.org hr timer problem with dts Tim Sander
2012-12-20 17:23 ` Josh Cartwright [this message]
2012-12-21 14:52 ` Tim Sander
2012-12-27 18:53 ` Philip Balister
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121220172301.GC27361@kryptos \
--to=joshc@eso.teric.us \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).