From: Omar Ramirez Luna Date: Wed, 22 Feb 2012 02:46:21 +0000 (-0600) Subject: staging: tidspbridge: detect wdt3 feature at runtime X-Git-Tag: v3.4-rc1~186^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cd9ef4eca0b53cdae190b718e4945408c7d3b8;p=pandora-kernel.git staging: tidspbridge: detect wdt3 feature at runtime In order to detect WDT feature on the dsp code, we need to find the symbol used to enable it inside the baseimage. This should fix the warning comming from L3 driver: WARNING: at arch/arm/mach-omap2/omap_l3_smx.c:161 omap3_l3_app_irq... In-band Error seen by IVA_SS at address 0 ... That occurs because the dsp tries to access wdt3 registers when the clock for those registers is not enabled. Reported-by: Felipe Contreras Signed-off-by: Omar Ramirez Luna Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed