[PATCH] powerpc/mpc85xx: Update B4 FMan MURAM size

igal.liberman at freescale.com igal.liberman at freescale.com
Thu Nov 5 21:23:06 AEDT 2015


From: Igal Liberman <igal.liberman at freescale.com>

FMan V3H has 2 different MURAM sizes:
    In B4860/4420 the MURAM size is 512KB.
    In T4240 and T2080 the MURAM size is 384KB.

The MURAM size in FMan V3H device tree is 384KB.
This patch updates the MURAM size for B4 to 512KB.

Based on prior submissions:
https://patchwork.ozlabs.org/patch/503921/
https://patchwork.ozlabs.org/patch/503922/

Signed-off-by: Igal Liberman <igal.liberman at freescale.com>
---
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
index d51e2bb..abadc28 100644
--- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
@@ -473,6 +473,11 @@
 	fman at 400000 {
 		interrupts = <96 2 0 0>, <16 2 1 30>;
 
+		muram at 0 {
+			compatible = "fsl,fman-muram";
+			reg = <0x0 0x80000>;
+		};
+
 		enet0: ethernet at e0000 {
 		};
 
-- 
1.7.9.5



More information about the Linuxppc-dev mailing list