All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes
@ 2019-10-16  9:30 Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 2/6] powerpc: p3041: " Peng Ma
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peng Ma @ 2019-10-16  9:30 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>
---
 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] 6+ messages in thread

* [U-Boot] [PATCH 2/6] powerpc: p3041: dts: Added Sata DT nodes
  2019-10-16  9:30 [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes Peng Ma
@ 2019-10-16  9:30 ` Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 3/6] powerpc: p5040: " Peng Ma
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Peng Ma @ 2019-10-16  9:30 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>
---
 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] 6+ messages in thread

* [U-Boot] [PATCH 3/6] powerpc: p5040: dts: Added Sata DT nodes
  2019-10-16  9:30 [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 2/6] powerpc: p3041: " Peng Ma
@ 2019-10-16  9:30 ` Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 4/6] powerpc: t102x: " Peng Ma
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Peng Ma @ 2019-10-16  9:30 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>
---
 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] 6+ messages in thread

* [U-Boot] [PATCH 4/6] powerpc: t102x: dts: Added Sata DT nodes
  2019-10-16  9:30 [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 2/6] powerpc: p3041: " Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 3/6] powerpc: p5040: " Peng Ma
@ 2019-10-16  9:30 ` Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 5/6] powerpc: t104x: " Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 6/6] powerpc: t4240: " Peng Ma
  4 siblings, 0 replies; 6+ messages in thread
From: Peng Ma @ 2019-10-16  9:30 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>
---
 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] 6+ messages in thread

* [U-Boot] [PATCH 5/6] powerpc: t104x: dts: Added Sata DT nodes
  2019-10-16  9:30 [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes Peng Ma
                   ` (2 preceding siblings ...)
  2019-10-16  9:30 ` [U-Boot] [PATCH 4/6] powerpc: t102x: " Peng Ma
@ 2019-10-16  9:30 ` Peng Ma
  2019-10-16  9:30 ` [U-Boot] [PATCH 6/6] powerpc: t4240: " Peng Ma
  4 siblings, 0 replies; 6+ messages in thread
From: Peng Ma @ 2019-10-16  9:30 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>
---
 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] 6+ messages in thread

* [U-Boot] [PATCH 6/6] powerpc: t4240: dts: Added Sata DT nodes
  2019-10-16  9:30 [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes Peng Ma
                   ` (3 preceding siblings ...)
  2019-10-16  9:30 ` [U-Boot] [PATCH 5/6] powerpc: t104x: " Peng Ma
@ 2019-10-16  9:30 ` Peng Ma
  4 siblings, 0 replies; 6+ messages in thread
From: Peng Ma @ 2019-10-16  9:30 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>
---
 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] 6+ messages in thread

end of thread, other threads:[~2019-10-16  9:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  9:30 [U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes Peng Ma
2019-10-16  9:30 ` [U-Boot] [PATCH 2/6] powerpc: p3041: " Peng Ma
2019-10-16  9:30 ` [U-Boot] [PATCH 3/6] powerpc: p5040: " Peng Ma
2019-10-16  9:30 ` [U-Boot] [PATCH 4/6] powerpc: t102x: " Peng Ma
2019-10-16  9:30 ` [U-Boot] [PATCH 5/6] powerpc: t104x: " Peng Ma
2019-10-16  9:30 ` [U-Boot] [PATCH 6/6] powerpc: t4240: " Peng Ma

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.