linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board
@ 2010-09-09 18:39 Timur Tabi
  2010-09-09 18:39 ` [PATCH 2/2] powerpc/85xx: add DIU support to the Freecale P1022DS reference board Timur Tabi
  2010-10-07  5:27 ` [PATCH 1/2] powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board Kumar Gala
  0 siblings, 2 replies; 4+ messages in thread
From: Timur Tabi @ 2010-09-09 18:39 UTC (permalink / raw)
  To: linuxppc-dev, kumar.gala, yorksun, linux-fbdev

The device tree for Freescale's P1022DS reference board is missing the node
for the ngPIXIS FPGA.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 arch/powerpc/boot/dts/p1022ds.dts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/p1022ds.dts b/arch/powerpc/boot/dts/p1022ds.dts
index 8bcb10b..e61b42d 100644
--- a/arch/powerpc/boot/dts/p1022ds.dts
+++ b/arch/powerpc/boot/dts/p1022ds.dts
@@ -148,6 +148,15 @@
 				label = "reserved-nand";
 			};
 		};
+
+		board-control@3,0 {
+			#address-cells = <1>;
+			#size-cells = <1>;
+			compatible = "fsl,fpga-pixis";
+			reg = <3 0 0x30>;
+			interrupt-parent = <&mpic>;
+			interrupts = <8 8>;
+		};
 	};
 
 	soc@fffe00000 {
-- 
1.7.2.2

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

end of thread, other threads:[~2010-10-07  5:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 18:39 [PATCH 1/2] powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board Timur Tabi
2010-09-09 18:39 ` [PATCH 2/2] powerpc/85xx: add DIU support to the Freecale P1022DS reference board Timur Tabi
2010-10-07  5:28   ` Kumar Gala
2010-10-07  5:27 ` [PATCH 1/2] powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board Kumar Gala

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).