diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-13 09:53:11 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:25 +0200 | 
| commit | af963ba8f4f301475d13faa42b5dec8f0ed3c23a (patch) | |
| tree | 7d1b2c2693613e51c80350914c7579f9d21df2fe | |
| parent | d7d8a3a150a890f1bc490e32268ae86c98430ea2 (diff) | |
| download | olio-uboot-2014.01-af963ba8f4f301475d13faa42b5dec8f0ed3c23a.tar.xz olio-uboot-2014.01-af963ba8f4f301475d13faa42b5dec8f0ed3c23a.zip | |
mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
The CLKCTRL registers are SoC specific so we ought to have it clear on
filename.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | arch/arm/include/asm/arch-mxs/imx-regs.h | 2 | ||||
| -rw-r--r-- | arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h (renamed from arch/arm/include/asm/arch-mxs/regs-clkctrl.h) | 0 | ||||
| -rw-r--r-- | drivers/usb/host/ehci-mxs.c | 2 | 
3 files changed, 2 insertions, 2 deletions
| diff --git a/arch/arm/include/asm/arch-mxs/imx-regs.h b/arch/arm/include/asm/arch-mxs/imx-regs.h index 37d0a9376..5e1901e6c 100644 --- a/arch/arm/include/asm/arch-mxs/imx-regs.h +++ b/arch/arm/include/asm/arch-mxs/imx-regs.h @@ -26,7 +26,7 @@  #include <asm/arch/regs-apbh.h>  #include <asm/arch/regs-base.h>  #include <asm/arch/regs-bch.h> -#include <asm/arch/regs-clkctrl.h> +#include <asm/arch/regs-clkctrl-mx28.h>  #include <asm/arch/regs-digctl.h>  #include <asm/arch/regs-gpmi.h>  #include <asm/arch/regs-i2c.h> diff --git a/arch/arm/include/asm/arch-mxs/regs-clkctrl.h b/arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h index b662fbe44..b662fbe44 100644 --- a/arch/arm/include/asm/arch-mxs/regs-clkctrl.h +++ b/arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h diff --git a/drivers/usb/host/ehci-mxs.c b/drivers/usb/host/ehci-mxs.c index e263747ba..6e21669d5 100644 --- a/drivers/usb/host/ehci-mxs.c +++ b/drivers/usb/host/ehci-mxs.c @@ -23,7 +23,7 @@  #include <asm/io.h>  #include <asm/arch/regs-common.h>  #include <asm/arch/regs-base.h> -#include <asm/arch/regs-clkctrl.h> +#include <asm/arch/regs-clkctrl-mx28.h>  #include <asm/arch/regs-usb.h>  #include <asm/arch/regs-usbphy.h> |