summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-socfpga/reset_manager.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-21 20:38:22 +0900
committerMarek Vasut <marex@denx.de>2015-05-07 05:21:15 +0200
commit30088b09975017c90979d55bc0ead58ca424652f (patch)
tree99e9d089471805c750a67f6a95220add8db649da /arch/arm/include/asm/arch-socfpga/reset_manager.h
parent05a217212b41c6342fc1c6be0fe49ce28c9afe40 (diff)
downloadtalos-obmc-uboot-30088b09975017c90979d55bc0ead58ca424652f.tar.gz
talos-obmc-uboot-30088b09975017c90979d55bc0ead58ca424652f.zip
ARM: socfpga: move SoC headers to mach-socfpga/include/mach
Move headers to mach-socfpga as well. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/include/asm/arch-socfpga/reset_manager.h')
-rw-r--r--arch/arm/include/asm/arch-socfpga/reset_manager.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/arch/arm/include/asm/arch-socfpga/reset_manager.h b/arch/arm/include/asm/arch-socfpga/reset_manager.h
deleted file mode 100644
index d63a285091..0000000000
--- a/arch/arm/include/asm/arch-socfpga/reset_manager.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Copyright (C) 2012 Altera Corporation <www.altera.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _RESET_MANAGER_H_
-#define _RESET_MANAGER_H_
-
-void reset_cpu(ulong addr);
-void reset_deassert_peripherals_handoff(void);
-
-void socfpga_bridges_reset(int enable);
-
-void socfpga_emac_reset(int enable);
-void socfpga_watchdog_reset(void);
-void socfpga_spim_enable(void);
-void socfpga_uart0_enable(void);
-void socfpga_sdram_enable(void);
-void socfpga_osc1timer_enable(void);
-
-struct socfpga_reset_manager {
- u32 status;
- u32 ctrl;
- u32 counts;
- u32 padding1;
- u32 mpu_mod_reset;
- u32 per_mod_reset;
- u32 per2_mod_reset;
- u32 brg_mod_reset;
-};
-
-#if defined(CONFIG_SOCFPGA_VIRTUAL_TARGET)
-#define RSTMGR_CTRL_SWWARMRSTREQ_LSB 2
-#else
-#define RSTMGR_CTRL_SWWARMRSTREQ_LSB 1
-#endif
-
-#define RSTMGR_PERMODRST_EMAC0_LSB 0
-#define RSTMGR_PERMODRST_EMAC1_LSB 1
-#define RSTMGR_PERMODRST_L4WD0_LSB 6
-#define RSTMGR_PERMODRST_OSC1TIMER0_LSB 8
-#define RSTMGR_PERMODRST_UART0_LSB 16
-#define RSTMGR_PERMODRST_SPIM0_LSB 18
-#define RSTMGR_PERMODRST_SPIM1_LSB 19
-#define RSTMGR_PERMODRST_SDR_LSB 29
-
-#endif /* _RESET_MANAGER_H_ */
OpenPOWER on IntegriCloud