diff options
author | Rajendra Nayak <rnayak@ti.com> | 2013-07-09 11:32:15 +0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-08-23 14:28:36 +0400 |
commit | 1d597b07b65523fcdb3901fe7a2ab145371ce21b (patch) | |
tree | ecdcf5a26679528761b6c133c322886784e0eadf /arch/arm/mach-omap2/Makefile | |
parent | 9a4e301d0c4403e18f6bbb79e4096e69a0f4a4c1 (diff) | |
download | linux-1d597b07b65523fcdb3901fe7a2ab145371ce21b.tar.xz |
ARM: OMAP: DRA7: Reuse the omap44xx_restart and fix the device instance
The omap44xx_restart used on omap4 and omap5 devices can be reused
on dra7 devices as well. The device instance however is different
across omap5 and dra7 as compared to omap4. So fix this for omap5
as well as dra7.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 44ec4d1bf251..522119748edb 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -63,6 +63,7 @@ obj-$(CONFIG_SOC_AM33XX) += am33xx-restart.o obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o obj-$(CONFIG_ARCH_OMAP4) += omap4-restart.o obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o +obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o # Pin multiplexing obj-$(CONFIG_SOC_OMAP2420) += mux2420.o |