diff options
author | Tony Lindgren <tony@atomide.com> | 2018-12-12 15:57:27 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-12-13 09:08:43 -0800 |
commit | c7a851b7050e2b7b8ed6e96c1437e19ca5720851 (patch) | |
tree | dcfcbf8734446a8dc6e2bb79e9c712459a254771 /arch/arm/boot | |
parent | b8222335938a9c6425b9f14e61c3ca67c8189dfc (diff) | |
download | linux-stable-c7a851b7050e2b7b8ed6e96c1437e19ca5720851.tar.gz linux-stable-c7a851b7050e2b7b8ed6e96c1437e19ca5720851.tar.bz2 linux-stable-c7a851b7050e2b7b8ed6e96c1437e19ca5720851.zip |
ARM: dts: Cosmetic fix for omap5 USB node names
These should be now using offset from the module base and not the
full physical address.
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap5-l4.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi index 2e926dd38b08..9c7e309d9c2c 100644 --- a/arch/arm/boot/dts/omap5-l4.dtsi +++ b/arch/arm/boot/dts/omap5-l4.dtsi @@ -195,7 +195,7 @@ #size-cells = <1>; utmi-mode = <2>; ranges = <0 0 0x20000>; - dwc3: dwc3@4a030000 { + dwc3: dwc3@10000 { compatible = "snps,dwc3"; reg = <0x10000 0x10000>; interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, @@ -332,14 +332,14 @@ "refclk_60m_ext_p1", "refclk_60m_ext_p2"; - usbhsohci: ohci@4a064800 { + usbhsohci: ohci@800 { compatible = "ti,ohci-omap3"; reg = <0x800 0x400>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; remote-wakeup-connected; }; - usbhsehci: ehci@4a064c00 { + usbhsehci: ehci@c00 { compatible = "ti,ehci-omap"; reg = <0xc00 0x400>; interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; |