diff options
author | Dave Airlie <airlied@linux.ie> | 2007-01-28 19:40:12 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-01-29 20:27:20 +1100 |
commit | 6eb69e737864d06dc6d4fbb4cd85a027cbb7643a (patch) | |
tree | 8f43b82d2cb04b0fde8f507dc2ee867f27c087b9 /src/ch7xxx/ch7xxx_reg.h | |
parent | effe579e691b044e3ce59b41b5c0eaaac4368dda (diff) |
ch7xxx: actually power up the chip around connection detection
Diffstat (limited to 'src/ch7xxx/ch7xxx_reg.h')
-rw-r--r-- | src/ch7xxx/ch7xxx_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch7xxx/ch7xxx_reg.h b/src/ch7xxx/ch7xxx_reg.h index 0ec84ea9..328b6533 100644 --- a/src/ch7xxx/ch7xxx_reg.h +++ b/src/ch7xxx/ch7xxx_reg.h @@ -44,6 +44,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #define CH7xxx_CM_MCP (1<<2) #define CH7xxx_INPUT_CLOCK 0x1D #define CH7xxx_GPIO 0x1E +#define CH7xxx_GPIO_HPIR (1<<3) #define CH7xxx_IDF 0x1F #define CH7xxx_IDF_HSP (1<<3) |