Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board

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>

authored by

Timur Tabi and committed by
Kumar Gala
6341efe4 3c4b7644

+11
+11
arch/powerpc/boot/dts/p1022ds.dts
··· 148 148 label = "reserved-nand"; 149 149 }; 150 150 }; 151 + 152 + board-control@3,0 { 153 + compatible = "fsl,p1022ds-pixis"; 154 + reg = <3 0 0x30>; 155 + interrupt-parent = <&mpic>; 156 + /* 157 + * IRQ8 is generated if the "EVENT" switch is pressed 158 + * and PX_CTL[EVESEL] is set to 00. 159 + */ 160 + interrupts = <8 8>; 161 + }; 151 162 }; 152 163 153 164 soc@fffe00000 {