From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: dts: introduce MPS2 AN385/AN386
Date: Mon, 25 Apr 2016 14:52:16 +0100 [thread overview]
Message-ID: <571E2110.2070705@arm.com> (raw)
In-Reply-To: <571E0785.1060200@arm.com>
On 25/04/16 13:03, Vladimir Murzin wrote:
> On 25/04/16 12:32, Arnd Bergmann wrote:
>> On Monday 25 April 2016 11:15:35 Vladimir Murzin wrote:
>>>>> +
>>>>> +#include "mps2.dtsi"
>>>>> +
>>>>> +/ {
>>>>> + model = "ARM MPS2 Application Note 385/386";
>>>>> + compatible = "arm,mps2";
>>>>> +
>>>>> + aliases {
>>>>> + serial0 = &uart0;
>>>>> + };
>>>>> +
>>>>> + chosen {
>>>>> + bootargs = "rdinit=/sbin/init earlycon";
>>>>
>>>> The rootfs should be independent from the board.
>>>> In my opinion, this type of bootargs should not be part of the DTS.
>>>
>>> I have no strong opinion on this, but quick grep shows plenty places
>>> where the same happens, and even [1] has rootfs specific option as an
>>> example. So if there is no strong call to remove rdinit from bootargs,
>>> I'd prefer to keep it as it makes testing easier for me.
>>>
>>> [1] Documentation/devicetree/booting-without-of.txt
>>>
>>
>> I think "rdinit=/sbin/init" is redundant, that is what we try running
>> anyway, so I don't see any downside in removing it.
>
> Fair point.
>
> @Sudeep could you fixup it locally or I need to respin?
>
Done and pushed, will send PR later today.
--
Regards,
Sudeep
WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla@arm.com>
To: Vladimir Murzin <vladimir.murzin@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Sudeep Holla <sudeep.holla@arm.com>,
Matthias Brugger <mbrugger@suse.com>,
lorenzo.pieralisi@arm.com, linux@arm.linux.org.uk,
liviu.dudau@arm.com, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/5] ARM: dts: introduce MPS2 AN385/AN386
Date: Mon, 25 Apr 2016 14:52:16 +0100 [thread overview]
Message-ID: <571E2110.2070705@arm.com> (raw)
In-Reply-To: <571E0785.1060200@arm.com>
On 25/04/16 13:03, Vladimir Murzin wrote:
> On 25/04/16 12:32, Arnd Bergmann wrote:
>> On Monday 25 April 2016 11:15:35 Vladimir Murzin wrote:
>>>>> +
>>>>> +#include "mps2.dtsi"
>>>>> +
>>>>> +/ {
>>>>> + model = "ARM MPS2 Application Note 385/386";
>>>>> + compatible = "arm,mps2";
>>>>> +
>>>>> + aliases {
>>>>> + serial0 = &uart0;
>>>>> + };
>>>>> +
>>>>> + chosen {
>>>>> + bootargs = "rdinit=/sbin/init earlycon";
>>>>
>>>> The rootfs should be independent from the board.
>>>> In my opinion, this type of bootargs should not be part of the DTS.
>>>
>>> I have no strong opinion on this, but quick grep shows plenty places
>>> where the same happens, and even [1] has rootfs specific option as an
>>> example. So if there is no strong call to remove rdinit from bootargs,
>>> I'd prefer to keep it as it makes testing easier for me.
>>>
>>> [1] Documentation/devicetree/booting-without-of.txt
>>>
>>
>> I think "rdinit=/sbin/init" is redundant, that is what we try running
>> anyway, so I don't see any downside in removing it.
>
> Fair point.
>
> @Sudeep could you fixup it locally or I need to respin?
>
Done and pushed, will send PR later today.
--
Regards,
Sudeep
next prev parent reply other threads:[~2016-04-25 13:52 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 8:49 [PATCH 0/5] Support MPS2 platform Vladimir Murzin
2016-04-25 8:49 ` Vladimir Murzin
2016-04-25 8:49 ` [PATCH 1/5] ARM: vexpress/mps2: introduce " Vladimir Murzin
2016-04-25 8:49 ` Vladimir Murzin
2016-04-25 8:49 ` [PATCH 2/5] ARM: configs: add MPS2 defconfig Vladimir Murzin
2016-04-25 8:49 ` Vladimir Murzin
2016-04-25 8:49 ` [PATCH 3/5] ARM: dts: introduce MPS2 AN385/AN386 Vladimir Murzin
2016-04-25 8:49 ` Vladimir Murzin
2016-04-25 9:23 ` Matthias Brugger
2016-04-25 9:23 ` Matthias Brugger
2016-04-25 10:15 ` Vladimir Murzin
2016-04-25 10:15 ` Vladimir Murzin
2016-04-25 11:32 ` Arnd Bergmann
2016-04-25 11:32 ` Arnd Bergmann
2016-04-25 12:03 ` Vladimir Murzin
2016-04-25 12:03 ` Vladimir Murzin
2016-04-25 13:52 ` Sudeep Holla [this message]
2016-04-25 13:52 ` Sudeep Holla
2016-04-25 8:49 ` [PATCH 4/5] ARM: dts: introduce MPS2 AN399/AN400 Vladimir Murzin
2016-04-25 8:49 ` Vladimir Murzin
2016-04-25 9:24 ` Matthias Brugger
2016-04-25 9:24 ` Matthias Brugger
2016-04-25 8:49 ` [PATCH 5/5] MAINTAINERS: Update ARM Versatile Express platform entry Vladimir Murzin
2016-04-25 8:49 ` Vladimir Murzin
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=571E2110.2070705@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.