svn commit: r209903 - head/sys/boot/fdt/dts

Rafal Jaworowski raj at FreeBSD.org
Sun Jul 11 20:29:34 UTC 2010


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>;
 		};
 	};
 


More information about the svn-src-all mailing list