net/fman: Support both new and legacy FMan Compatibles
authorIgal Liberman <igal.liberman@freescale.com>
Tue, 18 Aug 2015 11:47:05 +0000 (14:47 +0300)
committerYork Sun <yorksun@freescale.com>
Wed, 2 Sep 2015 01:57:15 +0000 (20:57 -0500)
commit97a8d010e029111e5711a45264a726bedbeb24c4
treefa0ad5d8e31cde6b5f07e5c6a2de64cde8a7c47a
parent2becdc6f9df470b6c768d59509e661d1066b38c7
net/fman: Support both new and legacy FMan Compatibles

Recently  the FMan Port and MAC compatibles were changed.
This patch aligns the FMan Port and MAC compatibles
to the new FMan device tree binding document.
The FMan device tree binding document can be found in the Linux kernel:
./Documentation/devicetree/bindings/powerpc/fsl/fman.txt

This patch doesn't affect legacy compatibles support.

Signed-off-by: Igal Liberman <igal.liberman@freescale.com>
Tested-by: Xing Lei <xing.lei@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
13 files changed:
arch/powerpc/cpu/mpc85xx/b4860_ids.c
arch/powerpc/cpu/mpc85xx/liodn.c
arch/powerpc/cpu/mpc85xx/p2041_ids.c
arch/powerpc/cpu/mpc85xx/p3041_ids.c
arch/powerpc/cpu/mpc85xx/p4080_ids.c
arch/powerpc/cpu/mpc85xx/p5020_ids.c
arch/powerpc/cpu/mpc85xx/p5040_ids.c
arch/powerpc/cpu/mpc85xx/t1024_ids.c
arch/powerpc/cpu/mpc85xx/t1040_ids.c
arch/powerpc/cpu/mpc85xx/t2080_ids.c
arch/powerpc/cpu/mpc85xx/t4240_ids.c
arch/powerpc/include/asm/fsl_liodn.h
drivers/net/fm/init.c