From: "Peter Kümmel" <syntheticpp@gmx.net>
To: Sebastian Reichel <sre@kernel.org>
Cc: balbi@ti.com, Aaro Koskinen <aaro.koskinen@iki.fi>,
Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, Pavel Machek <pavel@ucw.cz>,
Russell King <rmk+kernel@arm.linux.org.uk>,
Santosh Shilimkar <ssantosh@kernel.org>
Subject: Re: 3.18.1->3.19-rc2: In-band Error seen by MPU
Date: Tue, 06 Jan 2015 14:04:04 +0100 [thread overview]
Message-ID: <54ABDD44.9030100@gmx.net> (raw)
In-Reply-To: <20150106115250.GA27539@earth.universe>
Am 06.01.2015 um 12:52 schrieb Sebastian Reichel:
> Hi,
>
> On Tue, Jan 06, 2015 at 12:25:12PM +0100, Peter Kümmel wrote:
>> Am 05.01.2015 um 16:43 schrieb Felipe Balbi:
>>> Just booted AM335x with CONFIG_PREEMPT and haven't seen any problem.
>>> Perhaps this is something related to another OMAP3-only driver?
>>> Perhaps HSI/SSI ?
>>
>> I see a ssi error directly before the IN-Band error:
>>
>> [ 0.339935] platform 48058000.ssi-controller: Cannot lookup hwmod 'ssi'
>> [ 0.346893] In-band Error seen by MPU at address 0
>> [ 0.346923] ------------[ cut here ]------------
>
> mh I guess your board's dts included omap36xx.dtsi or omap34xx.dtsi.
> Since ssi controller is not available on DM3xxx/AM3xxx (AFAIK) it
> should be disabled for those SoCs:
>
> &ssi {
> status = "disabled";
> };
Indeed, I include omap36xx.dtsi.
Disabling ssi removes ssi the error.
But the In-Band error is still there, so not related to ssi.
I also see these errors:
omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp
omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp
omap_hwmod: mcbsp2: cannot be enabled for reset (3)
and
irq: no irq domain found for /ocp/pinmux@48002030 !
Could these errors also be fixed by the dts.
Peter
>
> From what I can see the following in-tree .dts files should be
> fixed, too:
>
> * am3517_mt_ventoux.dts
> Currently includes "omap34xx.dtsi" instead of "am3517.dtsi".
>
> Apart from that the following boards seem to use omap36xx.dtsi
> include, but are actually DM37xx, so they should disable the
> ssi block:
>
> * omap3-igep.dtsi
> * omap3-lilly-a83x.dtsi
> * omap3-overo-storm.dtsi
>
> I will prepare a patch for that later.
>
> -- Sebastian
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2015-01-06 13:04 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-01 18:12 3.18.1->3.19-rc2: In-band Error seen by MPU Peter Kümmel
2015-01-01 18:20 ` Aaro Koskinen
2015-01-02 16:19 ` Tony Lindgren
2015-01-02 18:31 ` Peter Kümmel
2015-01-02 20:19 ` Aaro Koskinen
2015-01-02 20:40 ` Tony Lindgren
2015-01-02 22:34 ` Aaro Koskinen
2015-01-03 0:02 ` Tony Lindgren
2015-01-03 11:24 ` Peter Kümmel
2015-01-03 12:16 ` Aaro Koskinen
2015-01-05 15:43 ` Felipe Balbi
2015-01-05 23:16 ` Aaro Koskinen
2015-01-06 0:12 ` Tony Lindgren
2015-01-06 2:02 ` Felipe Balbi
2015-01-06 2:01 ` Felipe Balbi
2015-01-06 12:38 ` Aaro Koskinen
2015-01-06 16:51 ` [PATCH] irqchip: omap-intc: fix legacy DMA regression Felipe Balbi
2015-01-06 16:51 ` Felipe Balbi
2015-01-06 17:48 ` Aaro Koskinen
2015-01-06 17:48 ` Aaro Koskinen
2015-01-06 17:52 ` Tony Lindgren
2015-01-06 17:52 ` Tony Lindgren
2015-01-06 18:05 ` Russell King - ARM Linux
2015-01-06 18:05 ` Russell King - ARM Linux
2015-01-06 18:24 ` Aaro Koskinen
2015-01-06 18:24 ` Aaro Koskinen
2015-01-06 18:30 ` Tony Lindgren
2015-01-06 18:30 ` Tony Lindgren
2015-01-06 20:38 ` [PATCH v2] " Felipe Balbi
2015-01-06 20:38 ` Felipe Balbi
2015-01-07 3:00 ` Jason Cooper
2015-01-07 3:00 ` Jason Cooper
2015-01-19 18:34 ` Tony Lindgren
2015-01-19 18:34 ` Tony Lindgren
2015-01-07 11:12 ` [PATCH] " Peter Kümmel
2015-01-07 11:12 ` Peter Kümmel
2015-01-06 11:25 ` 3.18.1->3.19-rc2: In-band Error seen by MPU Peter Kümmel
2015-01-06 11:52 ` Sebastian Reichel
2015-01-06 12:47 ` Aaro Koskinen
2015-01-06 13:47 ` Peter Kümmel
2015-01-06 13:04 ` Peter Kümmel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54ABDD44.9030100@gmx.net \
--to=syntheticpp@gmx.net \
--cc=aaro.koskinen@iki.fi \
--cc=balbi@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=sre@kernel.org \
--cc=ssantosh@kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.