projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c4b764
)
powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board
author
Timur Tabi
<timur@freescale.com>
Thu, 7 Oct 2010 19:36:42 +0000
(14:36 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 14 Oct 2010 05:53:10 +0000
(
00:53
-0500)
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1022ds.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/dts/p1022ds.dts
b/arch/powerpc/boot/dts/p1022ds.dts
index 8bcb10b9267744593b0a95b824f7b205f70030eb..2bbecbb4cbf9a3388749128d751503ce41595aa7 100644
(file)
--- a/
arch/powerpc/boot/dts/p1022ds.dts
+++ b/
arch/powerpc/boot/dts/p1022ds.dts
@@
-148,6
+148,17
@@
label = "reserved-nand";
};
};
+
+ board-control@3,0 {
+ compatible = "fsl,p1022ds-pixis";
+ reg = <3 0 0x30>;
+ interrupt-parent = <&mpic>;
+ /*
+ * IRQ8 is generated if the "EVENT" switch is pressed
+ * and PX_CTL[EVESEL] is set to 00.
+ */
+ interrupts = <8 8>;
+ };
};
soc@fffe00000 {