From: Jon Hunter Date: Tue, 29 Jan 2013 20:23:11 +0000 (-0600) Subject: ARM: OMAP2+: Fix selection of clockevent timer when using device-tree X-Git-Tag: omap-for-v3.9/fixes-non-critical-signed-v2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61338d598eec1477455294f006793ee54eead795;p=pandora-kernel.git ARM: OMAP2+: Fix selection of clockevent timer when using device-tree Commit 9725f44 (ARM: OMAP: Add DT support for timer driver) added device-tree support for selecting a clockevent timer by property. However, the code is currently ignoring the property passed and selecting the first available timer found. Hence, for the OMAP3 beagle board timer-12 is not being selected as expected. Fix this problem by ensuring the timer property is passed to omap_get_timer_dt(). Signed-off-by: Jon Hunter Acked-by: Santosh Shilimkar Tested-by: Vaibhav Bedia Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed