Oops with TQM5200 on TQM5200

Wolfgang Grandegger wg at grandegger.com
Fri Mar 21 17:30:51 EST 2008


Bartlomiej Sieka wrote:
> Grant Likely wrote:
>> Paul, my git server is down at the moment.  Can you please pick this
>> one up for .25?  It is needed to boot the tqm5200 board.
> 
> Could we also have similar fixes for cm5200.dts and motionpro.dts picked
> up? I could provide the patches within a day -- will this be OK?

At that occasion, could you please also add two CAN nodes to tqm5200.dts
as shown:

s$ diff -u tqm5200.dts tqm5200.dts.CAN
--- tqm5200.dts 2008-03-20 18:44:40.000000000 +0100
+++ tqm5200.dts.CAN     2008-03-21 07:27:49.000000000 +0100
@@ -68,6 +68,22 @@
                        fsl,has-wdt;
                };

+               can at 900 {
+                       compatible = "fsl,mpc5200-mscan";
+                       cell-index = <0>;
+                       interrupts = <2 11 0>;
+                       interrupt-parent = <&mpc5200_pic>;
+                       reg = <900 80>;
+               };
+
+               can at 980 {
+                       compatible = "fsl,mpc5200-mscan";
+                       cell-index = <1>;
+                       interrupts = <2 12 0>;
+                       interrupt-parent = <&mpc5200_pic>;
+                       reg = <980 80>;
+               };
+
                gpio at b00 {
                        compatible = "fsl,mpc5200-gpio";
                        reg = <b00 40>;

Thanks a lot.

Wolfgang.




More information about the Linuxppc-dev mailing list