From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suman Anna Subject: [PATCH 0/3] Minor OMAP DTS fixes Date: Tue, 22 Apr 2014 17:23:34 -0500 Message-ID: <1398205417-1575-1-git-send-email-s-anna@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-omap-owner@vger.kernel.org To: Benoit Cousson , Tony Lindgren Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Suman Anna List-Id: devicetree@vger.kernel.org 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' regards Suman Suman Anna (3): ARM: dts: OMAP5: Add mailbox dt node to fix boot warning ARM: dts: OMAP2: Fix interrupts for OMAP2420 mailbox ARM: dts: AM3517: Disable absent IPs inherited from OMAP3 arch/arm/boot/dts/am3517.dtsi | 16 ++++++++++++++++ arch/arm/boot/dts/omap2.dtsi | 7 ------- arch/arm/boot/dts/omap2420.dtsi | 8 ++++++++ arch/arm/boot/dts/omap2430.dtsi | 7 +++++++ arch/arm/boot/dts/omap3.dtsi | 2 +- arch/arm/boot/dts/omap5.dtsi | 7 +++++++ 6 files changed, 39 insertions(+), 8 deletions(-) -- 1.9.2