summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-08-13 09:53:11 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:25 +0200
commitaf963ba8f4f301475d13faa42b5dec8f0ed3c23a (patch)
tree7d1b2c2693613e51c80350914c7579f9d21df2fe /drivers
parentd7d8a3a150a890f1bc490e32268ae86c98430ea2 (diff)
downloadtalos-obmc-uboot-af963ba8f4f301475d13faa42b5dec8f0ed3c23a.tar.gz
talos-obmc-uboot-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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ehci-mxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mxs.c b/drivers/usb/host/ehci-mxs.c
index e263747ba7..6e21669d5a 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>
OpenPOWER on IntegriCloud