]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] 4xx: Fix Bamboo MAL0 dts entry.
authorValentine Barshak <vbarshak@ru.mvista.com>
Tue, 18 Sep 2007 17:27:52 +0000 (03:27 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Thu, 20 Sep 2007 12:37:03 +0000 (07:37 -0500)
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>
arch/powerpc/boot/dts/bamboo.dts

index bdd56b0e94603a001005e7e0d81a0770182dc5b1..a88ae3d218a5a2a99b6c27b29ed36d318a2c3c10 100644 (file)
@@ -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>;