From: Valentine Barshak <vbarshak@ru•mvista.com>
To: linuxppc-dev@ozlabs•org
Subject: [PATCH 1/2] PowerPC: Fix Bamboo MAL0 dts entry.
Date: Tue, 18 Sep 2007 21:27:52 +0400 [thread overview]
Message-ID: <20070918172752.GA31070@ru.mvista.com> (raw)
In-Reply-To: <20070918172510.GA30944@ru.mvista.com>
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>
---
arch/powerpc/boot/dts/bamboo.dts | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -ruN linux-2.6.orig/arch/powerpc/boot/dts/bamboo.dts linux-2.6/arch/powerpc/boot/dts/bamboo.dts
--- linux-2.6.orig/arch/powerpc/boot/dts/bamboo.dts 2007-09-18 15:32:18.000000000 +0400
+++ linux-2.6/arch/powerpc/boot/dts/bamboo.dts 2007-09-18 21:08:55.000000000 +0400
@@ -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>;
next prev parent reply other threads:[~2007-09-18 17:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-18 17:25 [PATCH 0/2] PowerPC: Fix MAL0 DTS entries for Bamboo and Sequoia Valentine Barshak
2007-09-18 17:27 ` Valentine Barshak [this message]
2007-09-18 17:29 ` [PATCH 2/2] PowerPC: Fix Sequoia MAL0 and EMAC dts entries Valentine Barshak
2007-09-19 1:05 ` David Gibson
2007-09-19 11:14 ` Valentine Barshak
2007-09-20 18:46 ` Valentine Barshak
2007-09-20 18:51 ` Josh Boyer
2007-09-20 18:55 ` Valentine Barshak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070918172752.GA31070@ru.mvista.com \
--to=vbarshak@ru$(echo .)mvista.com \
--cc=linuxppc-dev@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox