* [PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node
@ 2016-03-29 9:54 Rameshwar Prasad Sahu
2016-03-29 19:11 ` Duc Dang
0 siblings, 1 reply; 3+ messages in thread
From: Rameshwar Prasad Sahu @ 2016-03-29 9:54 UTC (permalink / raw)
To: olof, tj, arnd
Cc: devicetree, linux-scsi, jcm, Rameshwar Prasad Sahu, patches,
linux-ide, ddutile, linux-arm-kernel
Fix X-Gene SATA controller compatible string for Merlin board.
Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
Acked-by: Suman Tripathi <stripathi@apm.com>
---
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
index 5d87a3d..74d971e 100644
--- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
@@ -524,7 +524,7 @@
};
sata1: sata@1a000000 {
- compatible = "apm,xgene-ahci";
+ compatible = "apm,xgene-ahci-v2";
reg = <0x0 0x1a000000 0x0 0x1000>,
<0x0 0x1f200000 0x0 0x1000>,
<0x0 0x1f20d000 0x0 0x1000>,
@@ -534,7 +534,7 @@
};
sata2: sata@1a200000 {
- compatible = "apm,xgene-ahci";
+ compatible = "apm,xgene-ahci-v2";
reg = <0x0 0x1a200000 0x0 0x1000>,
<0x0 0x1f210000 0x0 0x1000>,
<0x0 0x1f21d000 0x0 0x1000>,
@@ -544,7 +544,7 @@
};
sata3: sata@1a400000 {
- compatible = "apm,xgene-ahci";
+ compatible = "apm,xgene-ahci-v2";
reg = <0x0 0x1a400000 0x0 0x1000>,
<0x0 0x1f220000 0x0 0x1000>,
<0x0 0x1f22d000 0x0 0x1000>,
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node
2016-03-29 9:54 [PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node Rameshwar Prasad Sahu
@ 2016-03-29 19:11 ` Duc Dang
[not found] ` <CADaLNDnU7UJOOFs9euPP035iJX5b1-p7jLoKB5f0Sn==Ec3sYA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Duc Dang @ 2016-03-29 19:11 UTC (permalink / raw)
To: Rameshwar Prasad Sahu
Cc: Olof Johansson, tj, Arnd Bergmann, linux-scsi, linux-ide,
Devicetree List, linux-arm, ddutile, Jon Masters, patches
On Tue, Mar 29, 2016 at 2:54 AM, Rameshwar Prasad Sahu <rsahu@apm.com> wrote:
> Fix X-Gene SATA controller compatible string for Merlin board.
>
> Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
> Acked-by: Suman Tripathi <stripathi@apm.com>
I will queue this patch into xgene-next tree.
> ---
> arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> index 5d87a3d..74d971e 100644
> --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> @@ -524,7 +524,7 @@
> };
>
> sata1: sata@1a000000 {
> - compatible = "apm,xgene-ahci";
> + compatible = "apm,xgene-ahci-v2";
> reg = <0x0 0x1a000000 0x0 0x1000>,
> <0x0 0x1f200000 0x0 0x1000>,
> <0x0 0x1f20d000 0x0 0x1000>,
> @@ -534,7 +534,7 @@
> };
>
> sata2: sata@1a200000 {
> - compatible = "apm,xgene-ahci";
> + compatible = "apm,xgene-ahci-v2";
> reg = <0x0 0x1a200000 0x0 0x1000>,
> <0x0 0x1f210000 0x0 0x1000>,
> <0x0 0x1f21d000 0x0 0x1000>,
> @@ -544,7 +544,7 @@
> };
>
> sata3: sata@1a400000 {
> - compatible = "apm,xgene-ahci";
> + compatible = "apm,xgene-ahci-v2";
> reg = <0x0 0x1a400000 0x0 0x1000>,
> <0x0 0x1f220000 0x0 0x1000>,
> <0x0 0x1f22d000 0x0 0x1000>,
> --
> 1.7.1
>
Regards,
Duc Dang.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node
[not found] ` <CADaLNDnU7UJOOFs9euPP035iJX5b1-p7jLoKB5f0Sn==Ec3sYA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-04-11 9:14 ` Rameshwar Sahu
0 siblings, 0 replies; 3+ messages in thread
From: Rameshwar Sahu @ 2016-04-11 9:14 UTC (permalink / raw)
To: Olof Johansson
Cc: tj-DgEjT+Ai2ygdnm+yROfE0A, Duc Dang, Arnd Bergmann,
linux-scsi-u79uwXL29TY76Z2rM5mHXA,
linux-ide-u79uwXL29TY76Z2rM5mHXA, Devicetree List, linux-arm,
ddutile-H+wXaHxf7aLQT0dZR+AlfA, Jon Masters, patches
Hi Olof,
On Wed, Mar 30, 2016 at 12:41 AM, Duc Dang <dhdang-qTEPVZfXA3Y@public.gmane.org> wrote:
>
> On Tue, Mar 29, 2016 at 2:54 AM, Rameshwar Prasad Sahu <rsahu-qTEPVZfXA3Y@public.gmane.org> wrote:
> > Fix X-Gene SATA controller compatible string for Merlin board.
> >
> > Signed-off-by: Rameshwar Prasad Sahu <rsahu-qTEPVZfXA3Y@public.gmane.org>
> > Acked-by: Suman Tripathi <stripathi-qTEPVZfXA3Y@public.gmane.org>
>
> I will queue this patch into xgene-next tree.
>
> > ---
> > arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 6 +++---
> > 1 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> > index 5d87a3d..74d971e 100644
> > --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> > +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> > @@ -524,7 +524,7 @@
> > };
> >
> > sata1: sata@1a000000 {
> > - compatible = "apm,xgene-ahci";
> > + compatible = "apm,xgene-ahci-v2";
> > reg = <0x0 0x1a000000 0x0 0x1000>,
> > <0x0 0x1f200000 0x0 0x1000>,
> > <0x0 0x1f20d000 0x0 0x1000>,
> > @@ -534,7 +534,7 @@
> > };
> >
> > sata2: sata@1a200000 {
> > - compatible = "apm,xgene-ahci";
> > + compatible = "apm,xgene-ahci-v2";
> > reg = <0x0 0x1a200000 0x0 0x1000>,
> > <0x0 0x1f210000 0x0 0x1000>,
> > <0x0 0x1f21d000 0x0 0x1000>,
> > @@ -544,7 +544,7 @@
> > };
> >
> > sata3: sata@1a400000 {
> > - compatible = "apm,xgene-ahci";
> > + compatible = "apm,xgene-ahci-v2";
> > reg = <0x0 0x1a400000 0x0 0x1000>,
> > <0x0 0x1f220000 0x0 0x1000>,
> > <0x0 0x1f22d000 0x0 0x1000>,
> > --
> > 1.7.1
> >
Any comments on this patch ??
>
>
> Regards,
> Duc Dang.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-11 9:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 9:54 [PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node Rameshwar Prasad Sahu
2016-03-29 19:11 ` Duc Dang
[not found] ` <CADaLNDnU7UJOOFs9euPP035iJX5b1-p7jLoKB5f0Sn==Ec3sYA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-04-11 9:14 ` Rameshwar Sahu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).