From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH] ARM: dts: Update arch timer node with clock frequency Date: Sat, 12 Oct 2013 15:31:32 -0700 Message-ID: <20131012223132.GB20879@quad.lixom.net> References: <1379499113-20342-1-git-send-email-yuvaraj.cd@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1379499113-20342-1-git-send-email-yuvaraj.cd@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Yuvaraj Kumar C D Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, devicetree@vger.kernel.org, rob.herring@calxeda.com, pawel.moll@arm.com, mark.rutland@arm.com, swarren@wwwdotorg.org, ian.campbell@citrix.com, t.figa@samsung.com, thomas.abraham@linaro.org, ks.giri@samsung.com, Yuvaraj Kumar C D List-Id: devicetree@vger.kernel.org On Wed, Sep 18, 2013 at 03:41:53PM +0530, Yuvaraj Kumar C D wrote: > Without the "clock-frequency" property in arch timer node, could able > to see the below crash dump. > > [] (unwind_backtrace+0x0/0xf4) from [] (show_stack+0x10/0x14) > [] (show_stack+0x10/0x14) from [] (dump_stack+0x7c/0xb0) > [] (dump_stack+0x7c/0xb0) from [] (Ldiv0_64+0x8/0x18) > [] (Ldiv0_64+0x8/0x18) from [] (clockevents_config.part.2+0x1c/0x74) > [] (clockevents_config.part.2+0x1c/0x74) from [] (clockevents_config_and_register+0x20/0x2c) > [] (clockevents_config_and_register+0x20/0x2c) from [] (arch_timer_setup+0xa8/0x134) > [] (arch_timer_setup+0xa8/0x134) from [] (arch_timer_init+0x1f4/0x24c) > [] (arch_timer_init+0x1f4/0x24c) from [] (clocksource_of_init+0x34/0x58) > [] (clocksource_of_init+0x34/0x58) from [] (time_init+0x20/0x2c) > [] (time_init+0x20/0x2c) from [] (start_kernel+0x1e0/0x39c) > > Signed-off-by: Yuvaraj Kumar C D Applied with subject: ARM: exynos: dts: Update 5250 arch timer node with clock frequency -Olof