“916e56922992f7471d5a9e83b0041358882deb82”上不存在“source/dnode/mgmt/git@gitcode.net:taosdata/tdengine.git”
提交 ab277121 编写于 作者: E Eric Miao

[ARM] pxa: introduce reset.h for reset specific header information

Signed-off-by: NEric Miao <eric.miao@marvell.com>
上级 2b12a4c5
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <asm/arch/pxa-regs.h> #include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa2xx-regs.h> #include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/reset.h>
static void do_hw_reset(void); static void do_hw_reset(void);
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include <asm/arch/pxa2xx-regs.h> #include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/pxa2xx-gpio.h> #include <asm/arch/pxa2xx-gpio.h>
#include <asm/arch/pxa27x-udc.h> #include <asm/arch/pxa27x-udc.h>
#include <asm/arch/reset.h>
#include <asm/arch/irda.h> #include <asm/arch/irda.h>
#include <asm/arch/mmc.h> #include <asm/arch/mmc.h>
#include <asm/arch/ohci.h> #include <asm/arch/ohci.h>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/arch/pxa2xx-regs.h> #include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/mfp-pxa25x.h> #include <asm/arch/mfp-pxa25x.h>
#include <asm/arch/reset.h>
#include <asm/arch/irda.h> #include <asm/arch/irda.h>
#include <asm/arch/i2c.h> #include <asm/arch/i2c.h>
#include <asm/arch/mmc.h> #include <asm/arch/mmc.h>
......
...@@ -224,11 +224,6 @@ extern void pxa_gpio_set_value(unsigned gpio, int value); ...@@ -224,11 +224,6 @@ extern void pxa_gpio_set_value(unsigned gpio, int value);
*/ */
extern unsigned int get_memclk_frequency_10khz(void); extern unsigned int get_memclk_frequency_10khz(void);
/*
* register GPIO as reset generator
*/
extern int init_gpio_reset(int gpio);
#endif #endif
#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI) #if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)
......
#ifndef __ASM_ARCH_RESET_H
#define __ASM_ARCH_RESET_H
/*
* register GPIO as reset generator
*/
extern int init_gpio_reset(int gpio);
#endif /* __ASM_ARCH_RESET_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册