Skip to content

Commit

Permalink
ARM: dts: omap3: Remove needless interrupt-parent property
Browse files Browse the repository at this point in the history
All nodes inhert "interrupt-parent" property from root
node. Removed the aforementioned property from usbhsohci,
usbhsehci, ssi_port1, ssi_port2 nodes to avoid duplication.

Signed-off-by: Karthik Tummala <karthik@techveda.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Karthik Tummala authored and Tony Lindgren committed Aug 14, 2017
1 parent 3a8ed20 commit 8af928c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/omap3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -713,14 +713,12 @@
usbhsohci: ohci@48064400 {
compatible = "ti,ohci-omap3";
reg = <0x48064400 0x400>;
interrupt-parent = <&intc>;
interrupts = <76>;
};

usbhsehci: ehci@48064800 {
compatible = "ti,ehci-omap";
reg = <0x48064800 0x400>;
interrupt-parent = <&intc>;
interrupts = <77>;
};
};
Expand Down Expand Up @@ -831,7 +829,6 @@
reg-names = "tx",
"rx";

interrupt-parent = <&intc>;
interrupts = <67>,
<68>;
};
Expand All @@ -844,7 +841,6 @@
reg-names = "tx",
"rx";

interrupt-parent = <&intc>;
interrupts = <69>,
<70>;
};
Expand Down

0 comments on commit 8af928c

Please sign in to comment.