[U-Boot] [PATCH] arm: dts: omap3: sync DTS with Linux 4.14-rc1

From: Karthik Tummala karthik@techveda.org
This re-syncs omap3 DTS file with current file from Linux v4.14-rc1 to ensure a consistent configuration. Upstream Linux removed the redundant Interrupt-parent property from usbhsohci, usbhsehci, ssi_port1 and ssi_port2 sub nodes.
Signed-off-by: Karthik Tummala karthik@techveda.org --- Note: - commit information upstream Linux: ARM: dts: omap3: Remove needless interrupt-parent property sha1: 8af928cb654c31d1a34ec8380f0c6d3b5c3461a9 --- arch/arm/dts/omap3.dtsi | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/arch/arm/dts/omap3.dtsi b/arch/arm/dts/omap3.dtsi index e6f9c9a..56c9472 100644 --- a/arch/arm/dts/omap3.dtsi +++ b/arch/arm/dts/omap3.dtsi @@ -716,14 +716,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>; }; }; @@ -834,7 +832,6 @@ reg-names = "tx", "rx";
- interrupt-parent = <&intc>; interrupts = <67>, <68>; }; @@ -847,7 +844,6 @@ reg-names = "tx", "rx";
- interrupt-parent = <&intc>; interrupts = <69>, <70>; }; -- 1.9.1

On Thu, Sep 21, 2017 at 02:10:35PM +0530, karthik@techveda.org wrote:
From: Karthik Tummala karthik@techveda.org
This re-syncs omap3 DTS file with current file from Linux v4.14-rc1 to ensure a consistent configuration. Upstream Linux removed the redundant Interrupt-parent property from usbhsohci, usbhsehci, ssi_port1 and ssi_port2 sub nodes.
Signed-off-by: Karthik Tummala karthik@techveda.org
Applied to u-boot/master, thanks!
participants (2)
-
karthik@techveda.org
-
Tom Rini