powerpc/mpc5200: add missing MSCAN FDT nodes for TQM52xx
authorWolfgang Grandegger <wg@grandegger.com>
Wed, 2 Jul 2008 09:56:40 +0000 (11:56 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 12 Jul 2008 18:10:52 +0000 (12:10 -0600)
This patch adds the still missing FDT nodes for the MSCAN devices for
the TQM52xx modules.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/dts/tqm5200.dts

index 773a68e..3008bf8 100644 (file)
                        fsl,has-wdt;
                };
 
+               can@900 {
+                       compatible = "fsl,mpc5200-mscan";
+                       interrupts = <2 17 0>;
+                       interrupt-parent = <&mpc5200_pic>;
+                       reg = <0x900 0x80>;
+               };
+
+               can@980 {
+                       compatible = "fsl,mpc5200-mscan";
+                       interrupts = <2 18 0>;
+                       interrupt-parent = <&mpc5200_pic>;
+                       reg = <0x980 0x80>;
+               };
+
                gpio@b00 {
                        compatible = "fsl,mpc5200-gpio";
                        reg = <0xb00 0x40>;