From: Dinh Nguyen <dinguyen@kernel.org>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Dinh Nguyen <dinh.nguyen@intel.com>
Subject: Re: [PATCH 1/3] arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding
Date: Thu, 15 Nov 2018 08:35:39 -0600 [thread overview]
Message-ID: <84d776fb-5bad-fa01-9588-9c7a08dbe49e@kernel.org> (raw)
In-Reply-To: <1542274384.4915.4.camel@pengutronix.de>
On 11/15/18 3:33 AM, Philipp Zabel wrote:
> Hi Dinh,
>
> On Mon, 2018-11-05 at 14:05 -0600, Dinh Nguyen wrote:
>> From: Dinh Nguyen <dinh.nguyen@intel.com>
>>
>> The standard reset-simple driver the uses the "altr,rst-mgr" binding is
>> not getting initialized early enough in the boot process, so timers
>> that the kernel needs are still left in reset. Thus an early
>> reset driver was created. This early reset driver is only for the
>> SoCFPGA 32-bit platform.
>>
>> The Stratix10 platform does not need any of the timers that in reset to
>> boot, thus we don't need to early reset driver. Therefore, use the
>> "altr,stratix10-rst-mgr" binding for the reset-simple platform driver on
>> the Stratix10 platform.
>>
>> Also remove the "altr,modrst-offset" property because the driver no
>> longer needs it.
>>
>> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
>> ---
>> arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
>> index 8253a1a9e985..5f0b18ae5007 100644
>> --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
>> +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
>> @@ -308,9 +308,8 @@
>>
>> rst: rstmgr@ffd11000 {
>> #reset-cells = <1>;
>> - compatible = "altr,rst-mgr";
>> + compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr";
>> reg = <0xffd11000 0x1000>;
>> - altr,modrst-offset = <0x20>;
>> };
>>
>> spi0: spi@ffda4000 {
>
> Do you want me to pick this up as well, or just patches 2 and 3?
>
I'll take this patch through arm-soc to avoid conflicts. Can you please
pick up 2 and 3?
Thanks,
Dinh
prev parent reply other threads:[~2018-11-15 14:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-05 20:05 [PATCH 1/3] arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding Dinh Nguyen
2018-11-05 20:05 ` [PATCHv3 2/3] reset: socfpga: add an early reset driver for SoCFPGA Dinh Nguyen
2018-11-13 14:02 ` Philipp Zabel
2018-11-05 20:05 ` [PATCH 3/3] ARM: socfpga: dts: document "altr,stratix10-rst-mgr" binding Dinh Nguyen
2018-11-15 9:32 ` Philipp Zabel
2018-11-15 14:34 ` Dinh Nguyen
2018-11-15 9:33 ` [PATCH 1/3] arm64: dts: stratix10: use " Philipp Zabel
2018-11-15 14:35 ` Dinh Nguyen [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=84d776fb-5bad-fa01-9588-9c7a08dbe49e@kernel.org \
--to=dinguyen@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dinh.nguyen@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.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.