svn commit: r282619 - head/sys/boot/fdt/dts/arm

Ganbold Tsagaankhuu ganbold at FreeBSD.org
Fri May 8 04:22:12 UTC 2015


Author: ganbold
Date: Fri May  8 04:22:11 2015
New Revision: 282619
URL: https://svnweb.freebsd.org/changeset/base/282619

Log:
  The interrupt-parent is set globally so it's unnecessary to also set it at each node.
  
  Differential Revision:	https://reviews.freebsd.org/D2471
  Submitted by:		John Wehle

Modified:
  head/sys/boot/fdt/dts/arm/odroidc1.dts
  head/sys/boot/fdt/dts/arm/vsatv102-m6.dts

Modified: head/sys/boot/fdt/dts/arm/odroidc1.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/odroidc1.dts	Fri May  8 02:21:29 2015	(r282618)
+++ head/sys/boot/fdt/dts/arm/odroidc1.dts	Fri May  8 04:22:11 2015	(r282619)
@@ -194,7 +194,6 @@
 			compatible = "amlogic,aml8726-rtc";
 			reg = <0xc8100740 20>;	/* aobus 0x1d0 */
 			interrupts = <0 72 1>;
-			interrupt-parent = <&gic>;
 
 			init-always = "false";
 			xo-init = <0x180a>;
@@ -246,7 +245,6 @@
 			compatible = "amlogic,aml8726-mmc";
 			reg = <0xc1108c20 32>;	/* cbus 0x2308 */
 			interrupts = <0 28 1>;
-			interrupt-parent = <&gic>;
 
 			clocks = <&clk81>;
 
@@ -274,7 +272,6 @@
 			clock-frequency = <1275000000>;
 			reg = <0xc1108e00 60>;	/* cbus 0x2380 */
 			interrupts = <0 78 1>;
-			interrupt-parent = <&gic>;
 
 			pinctrl-names = "default";
 			pinctrl-0 = <&pins_sdxc_c>;
@@ -311,7 +308,6 @@
 			compatible = "synopsys,designware-hs-otg2";
 			reg = <0xc9040000 0x40000>;	/* ahbbus 0x40000*/
 			interrupts = <0 30 4>;
-			interrupt-parent = <&gic>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 
@@ -323,7 +319,6 @@
 			compatible = "synopsys,designware-hs-otg2";
 			reg = <0xc90c0000 0x40000>;	/* ahbbus 0xc0000 */
 			interrupts = <0 31 4>;
-			interrupt-parent = <&gic>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 
@@ -335,7 +330,6 @@
 			compatible = "snps,dwmac";
 			reg = <0xc9410000 0x2000>;	/* ahbbus 0x410000 */
 			interrupts = <0 8 1>;
-			interrupt-parent = <&gic>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 
@@ -352,7 +346,6 @@
 				     <0 3 1>,
 				     <0 12 1>,
 				     <0 13 1>;
-			interrupt-parent = <&gic>;
 
 			address = <0x7900000>;	/* match memreserve */
 			width = <720>;

Modified: head/sys/boot/fdt/dts/arm/vsatv102-m6.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/vsatv102-m6.dts	Fri May  8 02:21:29 2015	(r282618)
+++ head/sys/boot/fdt/dts/arm/vsatv102-m6.dts	Fri May  8 04:22:11 2015	(r282619)
@@ -153,7 +153,6 @@
 			compatible = "amlogic,aml8726-rtc";
 			reg = <0xda004340 20>;	/* secbus2 0xd0 */
 			interrupts = <0 72 1>;	/* AM_IRQ2(8) */
-			interrupt-parent = <&gic>;
 
 			init-always = "false";
 			xo-init = <0x180a>;
@@ -205,7 +204,6 @@
 			compatible = "amlogic,aml8726-mmc";
 			reg = <0xc1108c20 32>;	/* cbus 0x2308 */
 			interrupts = <0 28 1>;	/* AM_IRQ0(28) */
-			interrupt-parent = <&gic>;
 
 			clocks = <&clk81>;
 
@@ -243,7 +241,6 @@
 			compatible = "synopsys,designware-hs-otg2";
 			reg = <0xc9040000 0x40000>;	/* ahbbus 0x40000*/
 			interrupts = <0 30 4>;		/* AM_IRQ0(30) */
-			interrupt-parent = <&gic>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 		};
@@ -253,7 +250,6 @@
 			compatible = "synopsys,designware-hs-otg2";
 			reg = <0xc90c0000 0x40000>;	/* ahbbus 0xc0000 */
 			interrupts = <0 31 4>;		/* AM_IRQ0(31) */
-			interrupt-parent = <&gic>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 
@@ -265,7 +261,6 @@
 			compatible = "snps,dwmac";
 			reg = <0xc9410000 0x2000>;	/* ahbbus 0x410000 */
 			interrupts = <0 8 1>;		/* AM_IRQ0(8) */
-			interrupt-parent = <&gic>;
 			#address-cells = <1>;
 			#size-cells = <0>;
 
@@ -282,7 +277,6 @@
 				     <0 3 1>,		/* AM_IRQ0(3) */
 				     <0 12 1>,		/* AM_IRQ0(12) */
 				     <0 13 1>;		/* AM_IRQ0(13) */
-			interrupt-parent = <&gic>;
 
 			address = <0x84900000>;	/* match memreserve */
 			width = <720>;


More information about the svn-src-all mailing list