Author: raj
Date: Sun Jul 11 20:29:34 2010
New Revision: 209903
URL: http://svn.freebsd.org/changeset/base/209903

Log:
  Provide a missing interrupt-parent for the CPM / QUICC node in the DTS.

Modified:
  head/sys/boot/fdt/dts/mpc8555cds.dts

Modified: head/sys/boot/fdt/dts/mpc8555cds.dts
==============================================================================
--- head/sys/boot/fdt/dts/mpc8555cds.dts        Sun Jul 11 20:11:44 2010        
(r209902)
+++ head/sys/boot/fdt/dts/mpc8555cds.dts        Sun Jul 11 20:29:34 2010        
(r209903)
@@ -343,6 +343,7 @@
                        compatible = "fsl,mpc8555-cpm", "fsl,cpm2";
                        reg = <0x80000 0x20000>;
                        interrupts = <46 2>;
+                       interrupt-parent = <&mpic>;
                };
        };
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to