All of lore.kernel.org
 help / color / mirror / Atom feed
From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
Date: Thu, 30 Apr 2015 15:14:58 +0100	[thread overview]
Message-ID: <554238E2.9090405@arm.com> (raw)
In-Reply-To: <20150430141152.GG15254@pengutronix.de>



On 30/04/15 15:11, Robert Schwebel wrote:
> On Thu, Apr 30, 2015 at 02:50:14PM +0100, Sudeep Holla wrote:
>>> [    0.000000] L2C: platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [    0.000000] L2C: DT/platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [    0.268626] platform 10000000.sysreg: Error -2 creating of_node link
>>> [    0.271997] platform basic-mmio-gpio.1.auto: Error -2 creating of_node link
>>> [    0.272266] platform basic-mmio-gpio.2.auto: Error -2 creating of_node link
>>> [    0.272681] platform basic-mmio-gpio.3.auto: Error -2 creating of_node link
>>
>> I see above errors even on my Vexpress TC2, but
>>
>>> [    0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e0000
>>> [    0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e1000
>>> [    0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog at 100e5000
>>> [    0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/sysctl at 01000
>>> [    0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/wdt at 0f000
>>>
>> .. not theses ones
>>
>>> Do you have an idea what might go wrong?
>>>
>>
>> I will give it a spin on my CA9 coretile.
>
> I'm testing on qemu (and not even the latest one), so this might be a
> reason.

OK, I tried on my CA9 coretile and don't see these errors on it either.
However the "... creating of_node link" is present on both and I will
look at that issue.

Regards,
Sudeep

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
To: Robert Schwebel <r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>,
	Liviu Dudau <Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>,
	Lorenzo Pieralisi
	<Lorenzo.Pieralisi-5wv7dgnIgG8@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
Date: Thu, 30 Apr 2015 15:14:58 +0100	[thread overview]
Message-ID: <554238E2.9090405@arm.com> (raw)
In-Reply-To: <20150430141152.GG15254-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>



On 30/04/15 15:11, Robert Schwebel wrote:
> On Thu, Apr 30, 2015 at 02:50:14PM +0100, Sudeep Holla wrote:
>>> [    0.000000] L2C: platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [    0.000000] L2C: DT/platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [    0.268626] platform 10000000.sysreg: Error -2 creating of_node link
>>> [    0.271997] platform basic-mmio-gpio.1.auto: Error -2 creating of_node link
>>> [    0.272266] platform basic-mmio-gpio.2.auto: Error -2 creating of_node link
>>> [    0.272681] platform basic-mmio-gpio.3.auto: Error -2 creating of_node link
>>
>> I see above errors even on my Vexpress TC2, but
>>
>>> [    0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e0000
>>> [    0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e1000
>>> [    0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog@100e5000
>>> [    0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/sysctl@01000
>>> [    0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/wdt@0f000
>>>
>> .. not theses ones
>>
>>> Do you have an idea what might go wrong?
>>>
>>
>> I will give it a spin on my CA9 coretile.
>
> I'm testing on qemu (and not even the latest one), so this might be a
> reason.

OK, I tried on my CA9 coretile and don't see these errors on it either.
However the "... creating of_node link" is present on both and I will
look at that issue.

Regards,
Sudeep
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-04-30 14:14 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 18:31 [PATCH] ARM: vexpress: Add unified-cache Device Tree property Robert Schwebel
2015-03-17 18:31 ` Robert Schwebel
2015-03-18  9:21 ` Sudeep Holla
2015-03-18  9:21   ` Sudeep Holla
2015-03-18  9:29   ` Robert Schwebel
2015-03-18  9:29     ` Robert Schwebel
2015-03-18  9:34   ` [PATCH v2] " Robert Schwebel
2015-03-18  9:34     ` Robert Schwebel
2015-04-29 19:12     ` Robert Schwebel
2015-04-29 19:12       ` Robert Schwebel
2015-04-30 11:08       ` Liviu Dudau
2015-04-30 11:08         ` Liviu Dudau
2015-04-30 13:30         ` Robert Schwebel
2015-04-30 13:30           ` Robert Schwebel
2015-04-30 13:45           ` Liviu Dudau
2015-04-30 13:45             ` Liviu Dudau
2015-04-30 13:50           ` Sudeep Holla
2015-04-30 13:50             ` Sudeep Holla
2015-04-30 14:11             ` Robert Schwebel
2015-04-30 14:11               ` Robert Schwebel
2015-04-30 14:14               ` Sudeep Holla [this message]
2015-04-30 14:14                 ` Sudeep Holla
2015-04-30 17:45           ` Sudeep Holla
2015-04-30 17:45             ` Sudeep Holla
2015-05-16 20:13             ` Robert Schwebel
2015-05-16 20:13               ` Robert Schwebel
2015-05-18  8:58               ` Sudeep Holla
2015-05-18  8:58                 ` Sudeep Holla
2015-05-21 12:26               ` Robert Schwebel
2015-05-21 12:26                 ` Robert Schwebel
2015-05-22  6:18                 ` Robert Schwebel
2015-05-22  6:18                   ` Robert Schwebel

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=554238E2.9090405@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.