Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge "platform: Correct EOT_PACKET_CTRL register offset"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Feb 28, 2014
2 parents 54eed1e + a0ff680 commit 3c7a180
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform/apq8084/include/platform/iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
#define INT_CTRL 0x110
#define CMD_MODE_DMA_SW_TRIGGER 0x090

#define EOT_PACKET_CTRL 0x0C8
#define EOT_PACKET_CTRL 0x0CC
#define MISR_CMD_CTRL 0x0A0
#define MISR_VIDEO_CTRL 0x0A4
#define VIDEO_MODE_CTRL 0x010
Expand Down
2 changes: 1 addition & 1 deletion platform/msm8226/include/platform/iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
#define INT_CTRL 0x110
#define CMD_MODE_DMA_SW_TRIGGER 0x090

#define EOT_PACKET_CTRL 0x0C8
#define EOT_PACKET_CTRL 0x0CC
#define MISR_CMD_CTRL 0x0A0
#define MISR_VIDEO_CTRL 0x0A4
#define VIDEO_MODE_CTRL 0x010
Expand Down
2 changes: 1 addition & 1 deletion platform/msm8610/include/platform/iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
#define INT_CTRL 0x10C
#define CMD_MODE_DMA_SW_TRIGGER 0x08C

#define EOT_PACKET_CTRL 0x0C8
#define EOT_PACKET_CTRL 0x0CC
#define MISR_CMD_CTRL 0x09C
#define MISR_VIDEO_CTRL 0x0A0
#define VIDEO_MODE_CTRL 0x00C
Expand Down
2 changes: 1 addition & 1 deletion platform/msm8974/include/platform/iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
#define INT_CTRL 0x110
#define CMD_MODE_DMA_SW_TRIGGER 0x090

#define EOT_PACKET_CTRL 0x0C8
#define EOT_PACKET_CTRL 0x0CC
#define MISR_CMD_CTRL 0x0A0
#define MISR_VIDEO_CTRL 0x0A4
#define VIDEO_MODE_CTRL 0x010
Expand Down

0 comments on commit 3c7a180

Please sign in to comment.