aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-powertv/asic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mach-powertv/asic.h')
-rw-r--r--arch/mips/include/asm/mach-powertv/asic.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/include/asm/mach-powertv/asic.h b/arch/mips/include/asm/mach-powertv/asic.h
index c7077a64b9a7..b341108d12f1 100644
--- a/arch/mips/include/asm/mach-powertv/asic.h
+++ b/arch/mips/include/asm/mach-powertv/asic.h
@@ -23,9 +23,9 @@
23#include <linux/platform_device.h> 23#include <linux/platform_device.h>
24#include <asm/mach-powertv/asic_regs.h> 24#include <asm/mach-powertv/asic_regs.h>
25 25
26#define DVR_CAPABLE (1<<0) 26#define DVR_CAPABLE (1<<0)
27#define PCIE_CAPABLE (1<<1) 27#define PCIE_CAPABLE (1<<1)
28#define FFS_CAPABLE (1<<2) 28#define FFS_CAPABLE (1<<2)
29#define DISPLAY_CAPABLE (1<<3) 29#define DISPLAY_CAPABLE (1<<3)
30 30
31/* Platform Family types 31/* Platform Family types
@@ -111,7 +111,7 @@ enum sys_reboot_type {
111 * Older drivers may report as 111 * Older drivers may report as
112 * userReboot. */ 112 * userReboot. */
113 sys_hardware_reset = 0x09, /* HW watchdog or front-panel 113 sys_hardware_reset = 0x09, /* HW watchdog or front-panel
114 * reset button reset. Older 114 * reset button reset. Older
115 * drivers may report as 115 * drivers may report as
116 * userReboot. */ 116 * userReboot. */
117 sys_watchdogInterrupt = 0x0A /* Pre-watchdog interrupt */ 117 sys_watchdogInterrupt = 0x0A /* Pre-watchdog interrupt */