From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suman Anna Subject: Re: [PATCH 0/3] Minor OMAP DTS fixes Date: Fri, 25 Apr 2014 12:14:48 -0500 Message-ID: <535A9808.70204@ti.com> References: <1398205417-1575-1-git-send-email-s-anna@ti.com> <20140425165739.GF20807@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140425165739.GF20807@atomide.com> Sender: linux-omap-owner@vger.kernel.org To: Tony Lindgren Cc: Benoit Cousson , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Tony, On 04/25/2014 11:57 AM, Tony Lindgren wrote: > * Suman Anna [140422 15:24]: >> Hi Tony, Benoit, >> >> This series includes couple of minor fixes in the OMAP DTS files. The patches >> are based on 3.15-rc2. >> >> The first patch fixes the only WARN_ON trace present during kernel boot on >> OMAP5 uEVM, and this has been present since some time now. >> [ 0.045578] ------------[ cut here ]------------ >> [ 0.045598] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2538 _init+0x1c0/0x3dc() >> [ 0.045605] omap_hwmod: mailbox: doesn't have mpu register target base >> [ 0.045611] Modules linked in: >> [ 0.045625] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.15.0-rc2-00001-gb5e85a0 #45 >> [ 0.045653] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) >> [ 0.045672] [] (show_stack) from [] (dump_stack+0x78/0x94) >> [ 0.045686] [] (dump_stack) from [] (warn_slowpath_common+0x6c/0x8c) >> [ 0.045698] [] (warn_slowpath_common) from [] (warn_slowpath_fmt+0x30/0x40) >> [ 0.045710] [] (warn_slowpath_fmt) from [] (_init+0x1c0/0x3dc) >> [ 0.045724] [] (_init) from [] (omap_hwmod_for_each+0x34/0x5c) >> [ 0.045736] [] (omap_hwmod_for_each) from [] (__omap_hwmod_setup_all+0x24/0x40) >> [ 0.045748] [] (__omap_hwmod_setup_all) from [] (do_one_initcall+0x34/0x160) >> [ 0.045761] [] (do_one_initcall) from [] (kernel_init_freeable+0xfc/0x1c8) >> [ 0.045772] [] (kernel_init_freeable) from [] (kernel_init+0x8/0xe4) >> [ 0.045784] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) >> [ 0.045826] ---[ end trace c25fc521f2569d3c ]--- >> >> The last patch eliminates the following traces on AM3517 based boards. >> [ 0.418496] platform iva.2: Cannot lookup hwmod 'iva' >> [ 0.454352] platform 48094000.mailbox: Cannot lookup hwmod 'mailbox' >> [ 0.460610] platform 480bd400.mmu: Cannot lookup hwmod 'mmu_isp' >> [ 0.464065] platform 480c9000.smartreflex: Cannot lookup hwmod 'smartreflex_mpu_iva' >> >> There are a few other such traces remaining, but these are all on valid nodes. >> [ 0.420275] platform 480c5000.aes: Cannot lookup hwmod 'aes' >> [ 0.462403] platform 480c3000.sham: Cannot lookup hwmod 'sham' >> [ 0.463246] platform 480cb000.smartreflex: Cannot lookup hwmod 'smartreflex_core' >> [ 0.477243] platform 480ab000.usb_otg_hs: Cannot lookup hwmod 'usb_otg_hs' > > Thanks applying all three into omap-for-v3.15/fixes-v2 with patch > updated with the above warnings. Next time, please include the > warnings into the patch description, just leave out the time > stamps. Thanks. I have mentioned the warning for the OMAP5 one very briefly, and wasn't sure if I needed to copy the entire backtrace, but will remember to include them in the future. regards Suman