diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-02 12:51:41 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-14 08:07:46 (GMT) |
commit | 2851971b8ffd0508323dbd661138b6fa533b1c07 (patch) | |
tree | f7b7148e009ae7ce8c340acfe4112d2b4e920acc /arch/arm | |
parent | 8034b5171fc6c0cfdacf9a4c48bdeb0755a61a3b (diff) | |
download | u-boot-2851971b8ffd0508323dbd661138b6fa533b1c07.tar.xz |
ARM: uniphier: remove unused header mio-regs.h
This header is no longer used.
This is the last file in arch/arm/mach-uniphier/include/mach/.
At last, I've succeeded in eliminating the mach directory.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-uniphier/include/mach/mio-regs.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-uniphier/include/mach/mio-regs.h b/arch/arm/mach-uniphier/include/mach/mio-regs.h deleted file mode 100644 index 3306934..0000000 --- a/arch/arm/mach-uniphier/include/mach/mio-regs.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * UniPhier MIO (Media I/O) registers - * - * Copyright (C) 2014 Panasonic Corporation - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef ARCH_MIO_REGS_H -#define ARCH_MIO_REGS_H - -#define MIO_BASE 0x59810000 - -#define MIO_CLKCTRL(i) (MIO_BASE + 0x200 * (i) + 0x0020) -#define MIO_RSTCTRL(i) (MIO_BASE + 0x200 * (i) + 0x0110) -#define MIO_USB_RSTCTRL(i) (MIO_BASE + 0x200 * (i) + 0x0114) - -#define MIO_USB_RSTCTRL_XRST (0x1 << 0) - -#endif /* ARCH_MIO_REGS_H */ |