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

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to