Skip to content

Commit de09eb5

Browse files
sunielmaheshtmlind
authored andcommitted
arm: dts: am33xx: Remove redundant interrupt-parent property
Interrupt-parent property is defined in the root node as "interrupt-parent = <&intc>". This interrupt-parent value becomes the default for the system, so removed redundant "interrupt-parent" property from mmc, mac, lcdc and tscadc nodes. Signed-off-by: Suniel Mahesh <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 7ff64af commit de09eb5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/arm/boot/dts/am33xx.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@
431431
&edma_xbar 25 0 0>;
432432
dma-names = "tx", "rx";
433433
interrupts = <64>;
434-
interrupt-parent = <&intc>;
435434
reg = <0x48060000 0x1000>;
436435
status = "disabled";
437436
};
@@ -444,7 +443,6 @@
444443
&edma 3 0>;
445444
dma-names = "tx", "rx";
446445
interrupts = <28>;
447-
interrupt-parent = <&intc>;
448446
reg = <0x481d8000 0x1000>;
449447
status = "disabled";
450448
};
@@ -454,7 +452,6 @@
454452
ti,hwmods = "mmc3";
455453
ti,needs-special-reset;
456454
interrupts = <29>;
457-
interrupt-parent = <&intc>;
458455
reg = <0x47810000 0x1000>;
459456
status = "disabled";
460457
};
@@ -853,7 +850,6 @@
853850
0x4a101200 0x100>;
854851
#address-cells = <1>;
855852
#size-cells = <1>;
856-
interrupt-parent = <&intc>;
857853
/*
858854
* c0_rx_thresh_pend
859855
* c0_rx_pend
@@ -908,7 +904,6 @@
908904
lcdc: lcdc@4830e000 {
909905
compatible = "ti,am33xx-tilcdc";
910906
reg = <0x4830e000 0x1000>;
911-
interrupt-parent = <&intc>;
912907
interrupts = <36>;
913908
ti,hwmods = "lcdc";
914909
status = "disabled";
@@ -917,7 +912,6 @@
917912
tscadc: tscadc@44e0d000 {
918913
compatible = "ti,am3359-tscadc";
919914
reg = <0x44e0d000 0x1000>;
920-
interrupt-parent = <&intc>;
921915
interrupts = <16>;
922916
ti,hwmods = "adc_tsc";
923917
status = "disabled";

0 commit comments

Comments
 (0)