From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v5 6/7] ARM64: dts: marvell: armada-37xx: fix SATA node scope Date: Wed, 06 Feb 2019 10:37:42 +0100 Message-ID: <878syt8dg9.fsf@FE-laptop> References: <20190108163124.6409-1-miquel.raynal@bootlin.com> <20190108163124.6409-7-miquel.raynal@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20190108163124.6409-7-miquel.raynal@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org To: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Kishon Vijay Abraham I Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland , Thomas Petazzoni , Antoine Tenart , Maxime Chevallier , Nadav Haklai , Marcin Wojtas , Grzegorz Jaszczyk , Miquel Raynal List-Id: devicetree@vger.kernel.org Hi Miquel, On mar., janv. 08 2019, Miquel Raynal 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 > Signed-off-by: Miquel Raynal 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 = ; > status = "disabled"; > }; > -- > 2.19.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com