powerpc/mpc85xx: Update B4 FMan MURAM size
authorIgal Liberman <igal.liberman@freescale.com>
Thu, 5 Nov 2015 10:23:06 +0000 (12:23 +0200)
committerScott Wood <scottwood@freescale.com>
Wed, 23 Dec 2015 00:23:11 +0000 (18:23 -0600)
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.

Signed-off-by: Igal Liberman <igal.liberman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/fsl/b4si-post.dtsi

index 74866ac..1b33f51 100644 (file)
        fman@400000 {
                interrupts = <96 2 0 0>, <16 2 1 30>;
 
+               muram@0 {
+                       compatible = "fsl,fman-muram";
+                       reg = <0x0 0x80000>;
+               };
+
                enet0: ethernet@e0000 {
                };