aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-09-19 03:27:52 +1000
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-09-20 07:37:03 -0500
commite52f5677bf6954dbd128a2d659d77a85ced55d30 (patch)
tree978aa3b02779112e1b9f3f6e1b6811a92acef687 /arch/powerpc/boot/dts
parent[POWERPC] Add 64-bit resources support to pci_iomap (diff)
downloadlinux-dev-e52f5677bf6954dbd128a2d659d77a85ced55d30.tar.xz
linux-dev-e52f5677bf6954dbd128a2d659d77a85ced55d30.zip
[POWERPC] 4xx: Fix Bamboo MAL0 dts entry.
According to PowerPC 440EP documentation, MAL0 consists of 6 channels (4 transmit channels and 2 receive channels) This patch fixes Bamboo DTS MAL0 "num-rx-chans" entry. Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/bamboo.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/bamboo.dts b/arch/powerpc/boot/dts/bamboo.dts
index bdd56b0e9460..a88ae3d218a5 100644
--- a/arch/powerpc/boot/dts/bamboo.dts
+++ b/arch/powerpc/boot/dts/bamboo.dts
@@ -94,7 +94,7 @@
compatible = "ibm,mcmal-440ep", "ibm,mcmal-440gp", "ibm,mcmal";
dcr-reg = <180 62>;
num-tx-chans = <4>;
- num-rx-chans = <4>;
+ num-rx-chans = <2>;
interrupt-parent = <&MAL0>;
interrupts = <0 1 2 3 4>;
#interrupt-cells = <1>;