Re: [PATCH 5/5] powerpc/mpc85xx: Add Cyrus P5040 device tree source

2020-05-08 Thread Scott Wood
On Thu, 2020-05-07 at 22:30 +0100, Darren Stevens wrote: > > +/include/ "p5040si-pre.dtsi" > + > +/ { > + model = "varisys,CYRUS5040"; > + compatible = "varisys,CYRUS"; Is this board 100% compatible with the Cyrus P5020 board, down to every last quirk, except for the SoC plugged into it?

[PATCH 5/5] powerpc/mpc85xx: Add Cyrus P5040 device tree source

2020-05-07 Thread Darren Stevens
The Cyrus P5040 does not currently have a dts file in Linux, Add one. Signed-off-by: Darren Stevens Tested-by: Christian Zigotzky --- arch/powerpc/boot/dts/fsl/cyrus_p5040.dts | 235 ++ 1 file changed, 235 insertions(+) diff --git