diff mbox

powerpc/mpc85xx: Update B4 FMan MURAM size

Message ID 1446718986-11710-1-git-send-email-igal.liberman@freescale.com (mailing list archive)
State Accepted
Delegated to: Scott Wood
Headers show

Commit Message

Igal.Liberman Nov. 5, 2015, 10:23 a.m. UTC
From: Igal Liberman <igal.liberman@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@freescale.com>
---
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi |    5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

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@400000 {
 		interrupts = <96 2 0 0>, <16 2 1 30>;
 
+		muram@0 {
+			compatible = "fsl,fman-muram";
+			reg = <0x0 0x80000>;
+		};
+
 		enet0: ethernet@e0000 {
 		};