M7350/kernel/arch/arm/mach-vt8500/include/mach/system.h

14 lines
247 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* arch/arm/mach-vt8500/include/mach/system.h
*
*/
#include <asm/io.h>
/* PM Software Reset request register */
#define VT8500_PMSR_VIRT 0xf8130060
static inline void arch_reset(char mode, const char *cmd)
{
writel(1, VT8500_PMSR_VIRT);
}