Tony Lindgren
57df538085
ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init
...
Some omaps are producing imprecise external aborts because we are
wrongly trying to init SRAM for device tree based booting. Only
omap3 is still using the legacy SRAM code, so we need to make it
omap3 specific. Otherwise we can get errors like this on at least
dm814x:
Unhandled fault: imprecise external abort (0xc06) at 0xc08b156c
...
(omap_rev) from [<c08b12e0>] (omap_sram_init+0xf8/0x3e0)
(omap_sram_init) from [<c08aca0c>] (omap_sdrc_init+0x10/0xb0)
(omap_sdrc_init) from [<c08b581c>] (pdata_quirks_init+0x18/0x44)
(pdata_quirks_init) from [<c08b5478>] (omap_generic_init+0x10/0x1c)
(omap_generic_init) from [<c08a57e0>] (customize_machine+0x1c/0x40)
(customize_machine) from [<c00098a4>] (do_one_initcall+0x80/0x1dc)
(do_one_initcall) from [<c08a2ec4>] (kernel_init_freeable+0x218/0x2e8)
(kernel_init_freeable) from [<c063a554>] (kernel_init+0x8/0xec)
(kernel_init) from [<c000f890>] (ret_from_fork+0x14/0x24)
Let's fix the issue by making sure omap_sdrc_init only gets called for
omap3. To do that, we need to have compatible "ti,omap3" in the dts
files. And let's also use "ti,omap3630" instead of "ti,omap36xx" like
we're supposed to.
Signed-off-by: Tony Lindgren <tony@atomide.com>
2015-10-19 08:55:46 -07:00
..
2015-07-25 15:28:16 +01:00
2014-10-27 08:39:26 -07:00
2013-06-12 08:00:35 -07:00
2014-11-20 12:11:25 -08:00
2014-11-20 12:11:25 -08:00
2015-10-19 08:55:46 -07:00
2014-09-11 13:05:40 -07:00
2014-12-09 16:57:56 -08:00
2014-12-11 11:49:23 -08:00
2014-04-18 16:37:43 -07:00
2014-09-11 13:05:40 -07:00
2014-05-08 07:09:53 -07:00
2015-05-06 11:58:58 +01:00
2015-08-24 16:48:45 -07:00
2015-01-07 10:54:40 -08:00
2014-01-17 12:35:48 -08:00
2015-07-28 11:59:09 -07:00
2015-06-02 12:31:46 +03:00
2015-07-16 02:09:33 -07:00
2014-03-12 09:48:26 -07:00
2015-07-15 13:57:28 -06:00
2013-10-13 22:48:36 -06:00
2013-06-08 11:56:15 -06:00
2015-07-16 02:09:33 -07:00
2014-10-27 08:39:25 -07:00
2014-10-27 08:39:25 -07:00
2014-10-27 08:39:25 -07:00
2014-10-27 08:39:25 -07:00
2014-10-27 08:39:25 -07:00
2014-10-27 08:39:25 -07:00
2014-05-08 07:09:53 -07:00
2015-03-31 21:26:50 +03:00
2015-03-31 21:26:50 +03:00
2015-03-31 21:26:50 +03:00
2015-03-31 21:26:50 +03:00
2015-03-31 21:26:50 +03:00
2015-03-31 21:26:50 +03:00
2015-03-31 21:26:50 +03:00
2015-01-26 09:26:32 -08:00
2015-03-31 21:26:55 +03:00
2013-08-23 04:28:36 -06:00
2014-07-02 14:26:06 +03:00
2013-07-21 22:10:03 -06:00
2014-07-06 15:51:23 -06:00
2013-07-21 22:10:14 -06:00
2013-07-21 22:10:25 -06:00
2015-03-27 10:55:57 +02:00
2015-03-31 21:26:50 +03:00
2014-09-16 14:43:11 -07:00
2015-07-25 15:28:14 +01:00
2015-09-03 16:27:01 -07:00
2015-07-16 02:09:10 -07:00
2015-05-20 09:23:43 -07:00
2014-11-12 21:17:27 +01:00
2015-04-14 20:21:54 -07:00
2015-05-20 13:54:35 -07:00
2015-06-04 09:02:14 +03:00
2014-03-19 10:52:23 +02:00
2015-06-01 15:01:51 -07:00
2013-10-08 14:02:35 -07:00
2014-04-04 09:55:18 +03:00
2013-10-09 07:54:34 -07:00
2015-05-20 10:43:37 -07:00
2015-03-06 12:39:48 +02:00
2015-05-14 16:22:05 +01:00
2013-11-14 10:40:36 -08:00
2014-11-20 12:11:25 -08:00
2014-09-18 09:53:57 -07:00
2015-05-14 16:22:05 +01:00
2014-11-26 14:30:56 +01:00
2014-09-18 09:53:57 -07:00
2015-09-01 13:59:25 -07:00
2015-09-16 17:01:39 -07:00
2015-07-16 00:06:05 -07:00
2015-10-16 12:16:21 -07:00
2015-09-01 12:18:40 -07:00
2013-10-19 10:11:51 -06:00
2014-11-26 14:30:53 +01:00
2014-09-18 09:53:57 -07:00
2013-09-18 12:02:01 -07:00
2013-05-08 17:07:40 -07:00
2015-03-26 10:33:25 -07:00
2014-02-28 15:36:34 -08:00
2014-10-27 08:39:26 -07:00
2015-07-15 23:43:41 -06:00
2015-07-25 15:28:16 +01:00
2015-07-15 23:43:41 -06:00
2013-05-02 09:03:55 -07:00
2015-04-02 16:45:07 -03:00
2015-07-16 00:06:05 -07:00
2015-09-01 13:59:24 -07:00
2013-12-10 09:39:52 -08:00
2014-07-15 05:08:56 -07:00
2014-07-05 17:44:57 -06:00
2013-11-25 15:31:18 -08:00
2015-07-15 23:42:12 -06:00
2015-06-01 19:23:04 -06:00
2015-07-15 16:21:06 -06:00
2015-06-01 19:22:11 -06:00
2014-07-15 05:08:56 -07:00
2015-06-01 19:22:11 -06:00
2015-06-01 19:22:11 -06:00
2015-07-15 23:42:12 -06:00
2015-06-01 19:22:10 -06:00
2015-01-17 08:56:12 -08:00
2015-07-23 21:59:18 -07:00
2014-07-15 05:08:56 -07:00
2014-11-26 14:30:53 +01:00
2014-07-15 05:08:56 -07:00
2014-07-05 17:44:57 -06:00
2015-09-01 12:18:40 -07:00
2015-07-23 21:59:18 -07:00
2015-01-14 17:21:00 -08:00
2014-04-23 15:31:05 +01:00
2015-01-05 15:48:21 -08:00
2014-05-08 07:09:53 -07:00
2015-07-16 00:14:50 -07:00
2015-07-15 23:42:12 -06:00
2015-01-07 09:53:51 -08:00
2015-01-07 09:53:51 -08:00
2013-10-08 12:02:12 -07:00
2015-07-25 15:28:16 +01:00
2013-10-08 11:55:32 -07:00
2015-01-05 15:48:21 -08:00
2015-08-20 00:25:25 +02:00
2015-03-15 00:56:13 +00:00
2015-05-14 16:22:05 +01:00
2013-11-14 13:41:48 +09:00
2015-10-19 08:55:46 -07:00
2015-07-20 10:52:36 -07:00
2015-03-25 11:03:37 +02:00
2014-11-10 16:01:40 -08:00
2013-05-02 21:31:29 +01:00
2014-10-03 15:37:54 +02:00
2015-09-14 12:14:47 -07:00
2015-05-20 10:43:37 -07:00
2014-05-15 22:35:10 -06:00
2015-01-07 09:53:51 -08:00
2015-01-07 09:53:51 -08:00
2015-08-06 22:09:40 -07:00
2014-09-08 11:22:31 -05:00
2013-10-13 22:48:25 -06:00
2014-09-08 11:22:40 -05:00
2015-07-23 05:54:38 -06:00
2013-08-23 04:28:36 -06:00
2013-08-23 04:28:36 -06:00
2014-05-08 07:09:53 -07:00
2014-05-15 22:34:48 -06:00
2013-06-08 11:55:18 -06:00
2013-06-08 11:54:40 -06:00
2015-07-23 21:59:18 -07:00
2014-10-27 08:39:25 -07:00
2014-10-27 08:39:25 -07:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-07-23 06:08:24 -06:00
2015-03-31 21:26:36 +03:00
2015-03-31 21:26:36 +03:00
2015-09-16 15:47:51 +02:00
2013-07-21 21:13:59 -06:00
2013-08-29 19:10:59 -07:00
2015-05-04 08:54:41 -07:00
2015-05-04 08:54:41 -07:00
2015-03-31 21:26:53 +03:00
2015-05-08 13:05:15 -06:00
2015-03-31 21:26:44 +03:00
2013-06-08 11:55:44 -06:00
2015-05-14 16:22:05 +01:00
2014-05-08 07:09:53 -07:00
2015-05-20 10:13:26 -07:00
2015-05-28 07:22:08 -07:00
2015-07-25 15:28:16 +01:00
2014-09-18 09:53:57 -07:00
2015-09-01 13:59:25 -07:00
2014-09-18 09:53:57 -07:00
2015-05-14 16:22:05 +01:00
2015-05-14 16:22:05 +01:00
2014-09-18 09:47:35 -07:00
2014-09-18 09:47:35 -07:00
2015-01-14 17:37:16 -08:00
2015-09-01 13:59:25 -07:00
2015-01-17 08:56:12 -08:00
2014-04-21 14:07:24 -05:00
2015-01-14 17:21:00 -08:00
2015-03-06 12:39:48 +02:00
2015-01-14 17:21:00 -08:00
2015-05-04 08:54:41 -07:00
2015-05-04 08:54:41 -07:00
2015-09-01 13:59:25 -07:00
2015-05-04 08:54:41 -07:00
2015-01-07 09:53:51 -08:00
2015-01-07 09:53:51 -08:00
2015-07-28 13:55:27 +02:00
2015-07-28 13:55:27 +02:00
2015-07-28 13:55:27 +02:00
2015-03-25 11:03:39 +02:00
2015-03-25 11:03:39 +02:00
2015-03-25 11:03:39 +02:00
2014-09-18 09:53:57 -07:00