arm: dts: omap3: sync DTS with Linux 4.14-rc1
authorKarthik Tummala <karthik@techveda.org>
Thu, 21 Sep 2017 08:40:35 +0000 (14:10 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:57 +0000 (14:07 -0400)
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>
arch/arm/dts/omap3.dtsi

index e6f9c9a6ddca7c5dc22422ae97f33d7f7bbd53bd..56c94729bb962f9d7d90e1ed5269a230b7bc81ea 100644 (file)
                        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>;
                        };
                };
                                reg-names = "tx",
                                            "rx";
 
-                               interrupt-parent = <&intc>;
                                interrupts = <67>,
                                             <68>;
                        };
                                reg-names = "tx",
                                            "rx";
 
-                               interrupt-parent = <&intc>;
                                interrupts = <69>,
                                             <70>;
                        };