All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes
@ 2019-10-23 11:07 Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 2/6] powerpc: p3041: " Peng Ma
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for P2041 platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/p2041.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi
index 55f7adc..239439d 100644
--- a/arch/powerpc/dts/p2041.dtsi
+++ b/arch/powerpc/dts/p2041.dtsi
@@ -59,6 +59,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe200000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [v2 2/6] powerpc: p3041: dts: Add Sata DT nodes
  2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
@ 2019-10-23 11:07 ` Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 3/6] powerpc: p5040: " Peng Ma
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for P3041 platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/p3041.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi
index 197896d..23bde81 100644
--- a/arch/powerpc/dts/p3041.dtsi
+++ b/arch/powerpc/dts/p3041.dtsi
@@ -59,6 +59,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe200000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [v2 3/6] powerpc: p5040: dts: Add Sata DT nodes
  2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 2/6] powerpc: p3041: " Peng Ma
@ 2019-10-23 11:07 ` Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 4/6] powerpc: t102x: " Peng Ma
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for P5040 platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/p5040.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/p5040.dtsi b/arch/powerpc/dts/p5040.dtsi
index 8ab123d..7b8218a 100644
--- a/arch/powerpc/dts/p5040.dtsi
+++ b/arch/powerpc/dts/p5040.dtsi
@@ -58,6 +58,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe200000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [v2 4/6] powerpc: t102x: dts: Add Sata DT nodes
  2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 2/6] powerpc: p3041: " Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 3/6] powerpc: p5040: " Peng Ma
@ 2019-10-23 11:07 ` Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 5/6] powerpc: t104x: " Peng Ma
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for T102x platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/t102x.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi
index c49fd21..7d3f7c5 100644
--- a/arch/powerpc/dts/t102x.dtsi
+++ b/arch/powerpc/dts/t102x.dtsi
@@ -48,6 +48,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe240000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [v2 5/6] powerpc: t104x: dts: Add Sata DT nodes
  2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
                   ` (2 preceding siblings ...)
  2019-10-23 11:07 ` [U-Boot] [v2 4/6] powerpc: t102x: " Peng Ma
@ 2019-10-23 11:07 ` Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 6/6] powerpc: t4240: " Peng Ma
  2019-11-20  5:51 ` [U-Boot] [v2 1/6] powerpc: p2041: " Priyanka Jain
  5 siblings, 0 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for T104x platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/t104x.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104x.dtsi
index 5998967..fe6cc3c 100644
--- a/arch/powerpc/dts/t104x.dtsi
+++ b/arch/powerpc/dts/t104x.dtsi
@@ -58,6 +58,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe240000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [v2 6/6] powerpc: t4240: dts: Add Sata DT nodes
  2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
                   ` (3 preceding siblings ...)
  2019-10-23 11:07 ` [U-Boot] [v2 5/6] powerpc: t104x: " Peng Ma
@ 2019-10-23 11:07 ` Peng Ma
  2019-11-20  5:51 ` [U-Boot] [v2 1/6] powerpc: p2041: " Priyanka Jain
  5 siblings, 0 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for T4240 platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/t4240.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi
index fc34974..3bda2fa 100644
--- a/arch/powerpc/dts/t4240.dtsi
+++ b/arch/powerpc/dts/t4240.dtsi
@@ -98,6 +98,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe240000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes
  2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
                   ` (4 preceding siblings ...)
  2019-10-23 11:07 ` [U-Boot] [v2 6/6] powerpc: t4240: " Peng Ma
@ 2019-11-20  5:51 ` Priyanka Jain
  5 siblings, 0 replies; 7+ messages in thread
From: Priyanka Jain @ 2019-11-20  5:51 UTC (permalink / raw)
  To: u-boot



>-----Original Message-----
>From: Peng Ma <peng.ma@nxp.com>
>Sent: Wednesday, October 23, 2019 4:37 PM
>To: Jagdish Gediya <jagdish.gediya@nxp.com>; wd at denx.de; Priyanka Jain
><priyanka.jain@nxp.com>
>Cc: Andy Tang <andy.tang@nxp.com>; Z.q. Hou <zhiqiang.hou@nxp.com>;
>bmeng.cn at gmail.com; u-boot at lists.denx.de; Peng Ma <peng.ma@nxp.com>
>Subject: [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes
>
>This patch is to add sata node for P2041 platform
>
>Signed-off-by: Peng Ma <peng.ma@nxp.com>
>---
>Changed for v2:
>	- Change "Added" to "Add"
>
> arch/powerpc/dts/p2041.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi index
>55f7adc..239439d 100644
>--- a/arch/powerpc/dts/p2041.dtsi
>+++ b/arch/powerpc/dts/p2041.dtsi
>@@ -59,6 +59,15 @@
> 			device_type = "open-pic";
> 			clock-frequency = <0x0>;
> 		};
>+
>+		sata: sata at 220000 {
>+			compatible = "fsl,pq-sata-v2";
>+			reg = <0x220000 0x1000>;
>+			interrupts = <68 0x2 0 0>;
>+			sata-offset = <0x1000>;
>+			sata-number = <2>;
>+			sata-fpdma = <0>;
>+		};
> 	};
>
> 	pcie at ffe200000 {
>--
>2.9.5

Series applied to mpc85xx master, awaiting upstream.

Thanks
priyankajain

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-20  5:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 2/6] powerpc: p3041: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 3/6] powerpc: p5040: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 4/6] powerpc: t102x: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 5/6] powerpc: t104x: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 6/6] powerpc: t4240: " Peng Ma
2019-11-20  5:51 ` [U-Boot] [v2 1/6] powerpc: p2041: " Priyanka Jain

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.