summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorIgal Liberman2015-11-05 11:23:06 +0100
committerScott Wood2015-12-23 01:23:11 +0100
commit4e9de5e9701f4f9206fc25249729881f8394850d (patch)
treee532473fd7112da64c9a454aa08c0a5bc8ddd3d2 /arch/powerpc/boot/dts
parentpowerpc/85xx: Add PCIe controller support for bsc9132qds (diff)
downloadkernel-qcow2-linux-4e9de5e9701f4f9206fc25249729881f8394850d.tar.gz
kernel-qcow2-linux-4e9de5e9701f4f9206fc25249729881f8394850d.tar.xz
kernel-qcow2-linux-4e9de5e9701f4f9206fc25249729881f8394850d.zip
powerpc/mpc85xx: Update B4 FMan MURAM size
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>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/fsl/b4si-post.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
index 74866ac52f39..1b33f5157c8a 100644
--- a/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4si-post.dtsi
@@ -474,6 +474,11 @@
fman@400000 {
interrupts = <96 2 0 0>, <16 2 1 30>;
+ muram@0 {
+ compatible = "fsl,fman-muram";
+ reg = <0x0 0x80000>;
+ };
+
enet0: ethernet@e0000 {
};