From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Fri, 12 Feb 2016 17:49:00 +0100 Subject: [PATCH v2 1/2] ARM: mvebu: use armada-370-sata for SATA on Armada 375 In-Reply-To: <1455121756-20804-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Wed, 10 Feb 2016 17:29:15 +0100") References: <1455121756-20804-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <87io1tx4ar.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Thomas, On mer., f?vr. 10 2016, Thomas Petazzoni wrote: > From: Lior Amsalem > > The Armada 375 has the same SATA IP as Armada 370 and Armada XP, which > requires the PHY speed to be set in the LP_PHY_CTL register for SATA > hotplug to work. > > Therefore, this commit updates the compatible string used to describe > the SATA IP in Armada 375 from marvell,orion-sata to > marvell,armada-370-sata. > > Fixes: 4de59085091f753d08c8429d756b46756ab94665 ("ARM: mvebu: add Device Tree description of the Armada 375 SoC") > Cc: > Signed-off-by: Lior Amsalem > Signed-off-by: Thomas Petazzoni Applied on mvebu/dt, I renamed the patch to: " ARM: dts: armada-375: use armada-370-sata for SATA" to unify the way we labl the dt related patch. I also adde the reviwed-by tag from Andrew. Thanks, Gregory > --- > Changes since v1: > - Add Fixes: tag, and add stable@ in Cc, as suggested by Andrew Lunn. > --- > arch/arm/boot/dts/armada-375.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi > index 7ccce75..cc952cf 100644 > --- a/arch/arm/boot/dts/armada-375.dtsi > +++ b/arch/arm/boot/dts/armada-375.dtsi > @@ -529,7 +529,7 @@ > }; > > sata at a0000 { > - compatible = "marvell,orion-sata"; > + compatible = "marvell,armada-370-sata"; > reg = <0xa0000 0x5000>; > interrupts = ; > clocks = <&gateclk 14>, <&gateclk 20>; > -- > 2.6.4 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from down.free-electrons.com ([37.187.137.238]:48443 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751118AbcBLQtc convert rfc822-to-8bit (ORCPT ); Fri, 12 Feb 2016 11:49:32 -0500 From: Gregory CLEMENT To: Thomas Petazzoni Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Nadav Haklai , Lior Amsalem , linux-arm-kernel@lists.infradead.org, stable@vger.kernel.org Subject: Re: [PATCH v2 1/2] ARM: mvebu: use armada-370-sata for SATA on Armada 375 References: <1455121756-20804-1-git-send-email-thomas.petazzoni@free-electrons.com> Date: Fri, 12 Feb 2016 17:49:00 +0100 In-Reply-To: <1455121756-20804-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Wed, 10 Feb 2016 17:29:15 +0100") Message-ID: <87io1tx4ar.fsf@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: stable-owner@vger.kernel.org List-ID: Hi Thomas, On mer., févr. 10 2016, Thomas Petazzoni wrote: > From: Lior Amsalem > > The Armada 375 has the same SATA IP as Armada 370 and Armada XP, which > requires the PHY speed to be set in the LP_PHY_CTL register for SATA > hotplug to work. > > Therefore, this commit updates the compatible string used to describe > the SATA IP in Armada 375 from marvell,orion-sata to > marvell,armada-370-sata. > > Fixes: 4de59085091f753d08c8429d756b46756ab94665 ("ARM: mvebu: add Device Tree description of the Armada 375 SoC") > Cc: > Signed-off-by: Lior Amsalem > Signed-off-by: Thomas Petazzoni Applied on mvebu/dt, I renamed the patch to: " ARM: dts: armada-375: use armada-370-sata for SATA" to unify the way we labl the dt related patch. I also adde the reviwed-by tag from Andrew. Thanks, Gregory > --- > Changes since v1: > - Add Fixes: tag, and add stable@ in Cc, as suggested by Andrew Lunn. > --- > arch/arm/boot/dts/armada-375.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi > index 7ccce75..cc952cf 100644 > --- a/arch/arm/boot/dts/armada-375.dtsi > +++ b/arch/arm/boot/dts/armada-375.dtsi > @@ -529,7 +529,7 @@ > }; > > sata@a0000 { > - compatible = "marvell,orion-sata"; > + compatible = "marvell,armada-370-sata"; > reg = <0xa0000 0x5000>; > interrupts = ; > clocks = <&gateclk 14>, <&gateclk 20>; > -- > 2.6.4 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com