From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 18 Sep 2015 15:00:00 +0200 From: Gilles Chanteperdrix Message-ID: <20150918130000.GG7301@hermes.click-hack.org> References: <44k2rqz38u.fsf@be-well.ilk.org> <20150917133220.GB31663@hermes.click-hack.org> <20150918074633.GA7301@hermes.click-hack.org> <20150918122903.GC7301@hermes.click-hack.org> <20150918124402.GD7301@hermes.click-hack.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Xenomai] Error code -19 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: vibnwis Cc: xenomai@xenomai.org On Sat, Sep 19, 2015 at 12:49:10AM +1200, vibnwis wrote: > yes, found this in arch/arm/boot/dts/omap4.dtsi. > > global_timer: timer@48240200 { > compatible = "arm,cortex-a9-global-timer"; > reg = <0x48240200 0x20>; > clocks = <&mpu_periphclk>; > }; > > > Everything seems to be in place right? Well, not really. Normally, the device tree for the global timer should contain an irq declaration. We do not need it on omap4430 because drivers/clocksource/arm_gloabl_timer.c is badly hacked, but the hack does not work on omap4460. The patch sent in another mail, gets the hack also working on omap4460. But this is still a bad hack. -- Gilles. https://click-hack.org