Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards
From: Kumar Gala <hidden>
Date: 2011-09-15 16:29:13
Also in:
linux-devicetree
From: Kumar Gala <hidden>
Date: 2011-09-15 16:29:13
Also in:
linux-devicetree
On Sep 14, 2011, at 4:42 PM, Timur Tabi wrote:
Standarize and document the FPGA nodes used on Freescale QorIQ =
reference
boards. There are different kinds of FPGAs used on the boards, but only two are currently standard: "pixis" and "qixis". Although there =
are
minor differences among the boards that have one kind of FPGA, most of =
the
functionality is the same, so it makes sense to create common =
compatibility
strings. =20 Signed-off-by: Timur Tabi <redacted> --- =20 v2: removed references to the CPLD =20 This patch applies on top of "[PATCH 3/4] powerpc/p3060qds: Add =
support for
P3060QDS board", but it also assumes that the 'ranges' property for =
the
localbus node on the P3060QDS device tree includes the missing line =
for
the NAND devices. =20 .../devicetree/bindings/powerpc/fsl/board.txt | 30 =
++++++++++++--------
arch/powerpc/boot/dts/p1022ds.dts | 2 +- arch/powerpc/boot/dts/p2020ds.dts | 5 +++ arch/powerpc/boot/dts/p3041ds.dts | 4 +- arch/powerpc/boot/dts/p3060qds.dts | 8 ++++- arch/powerpc/boot/dts/p4080ds.dts | 8 ++++- arch/powerpc/boot/dts/p5020ds.dts | 4 +- 7 files changed, 42 insertions(+), 19 deletions(-)
What happened to looking at pixis vs ngpixis ? - k=