From: Gregory CLEMENT <gregory.clement@bootlin•com>
To: Miquel Raynal <miquel.raynal@bootlin•com>,
Jason Cooper <jason@lakedaemon•net>, Andrew Lunn <andrew@lunn•ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail•com>,
Kishon Vijay Abraham I <kishon@ti•com>
Cc: Mark Rutland <mark.rutland@arm•com>,
devicetree@vger•kernel.org,
Antoine Tenart <antoine.tenart@bootlin•com>,
Grzegorz Jaszczyk <jaz@semihalf•com>,
linux-kernel@vger•kernel.org,
Maxime Chevallier <maxime.chevallier@bootlin•com>,
Nadav Haklai <nadavh@marvell•com>,
Rob Herring <robh+dt@kernel•org>,
Thomas Petazzoni <thomas.petazzoni@bootlin•com>,
Miquel Raynal <miquel.raynal@bootlin•com>,
Marcin Wojtas <mw@semihalf•com>,
linux-arm-kernel@lists•infradead.org
Subject: Re: [PATCH v5 6/7] ARM64: dts: marvell: armada-37xx: fix SATA node scope
Date: Wed, 06 Feb 2019 10:37:42 +0100 [thread overview]
Message-ID: <878syt8dg9.fsf@FE-laptop> (raw)
In-Reply-To: <20190108163124.6409-7-miquel.raynal@bootlin.com>
Hi Miquel,
On mar., janv. 08 2019, Miquel Raynal <miquel.raynal@bootlin•com> wrote:
> Fix the SATA IP memory area which is only 0x178 bytes long (from
> Marvell A3700 specification). Actually, starting from the offset
> 0xe0178, there is an area dedicated to the COMPHY driver.
>
> Suggested-by: Grzegorz Jaszczyk <jaz@semihalf•com>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin•com>
As this one don't depend of the other part of the series I applied thi
patches to mvebu/dt64.
Thanks,
Gregory
> ---
> arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> index 4472bcd8f9fb..e7405931f381 100644
> --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
> @@ -358,7 +358,7 @@
>
> sata: sata@e0000 {
> compatible = "marvell,armada-3700-ahci";
> - reg = <0xe0000 0x2000>;
> + reg = <0xe0000 0x178>;
> interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
> status = "disabled";
> };
> --
> 2.19.1
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-02-06 9:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-08 16:31 [PATCH v5 0/7] Add Armada 3700 COMPHY support Miquel Raynal
2019-01-08 16:31 ` [PATCH v5 1/7] phy: mvebu-cp110-comphy: fix port check in ->xlate() Miquel Raynal
2019-01-08 16:31 ` [PATCH v5 2/7] phy: enumerate SATA PHY mode Miquel Raynal
2019-01-08 16:31 ` [PATCH v5 3/7] phy: add A3700 COMPHY support Miquel Raynal
2019-01-08 16:31 ` [PATCH v5 4/7] dt-bindings: phy: mvebu-comphy: extend the file to describe a3700 bindings Miquel Raynal
2019-01-08 16:31 ` [PATCH v5 5/7] MAINTAINERS: phy: add entry for Armada 3700 COMPHY driver Miquel Raynal
2019-01-08 16:31 ` [PATCH v5 6/7] ARM64: dts: marvell: armada-37xx: fix SATA node scope Miquel Raynal
2019-02-06 9:37 ` Gregory CLEMENT [this message]
2019-01-08 16:31 ` [PATCH v5 7/7] ARM64: dts: marvell: armada-37xx: declare the COMPHY node Miquel Raynal
2019-02-06 14:00 ` Gregory CLEMENT
2019-02-06 8:57 ` [PATCH v5 0/7] Add Armada 3700 COMPHY support Miquel Raynal
2019-02-06 11:17 ` Kishon Vijay Abraham I
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=878syt8dg9.fsf@FE-laptop \
--to=gregory.clement@bootlin$(echo .)com \
--cc=andrew@lunn$(echo .)ch \
--cc=antoine.tenart@bootlin$(echo .)com \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=jason@lakedaemon$(echo .)net \
--cc=jaz@semihalf$(echo .)com \
--cc=kishon@ti$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=mark.rutland@arm$(echo .)com \
--cc=maxime.chevallier@bootlin$(echo .)com \
--cc=miquel.raynal@bootlin$(echo .)com \
--cc=mw@semihalf$(echo .)com \
--cc=nadavh@marvell$(echo .)com \
--cc=robh+dt@kernel$(echo .)org \
--cc=sebastian.hesselbarth@gmail$(echo .)com \
--cc=thomas.petazzoni@bootlin$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox