projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0935ade
)
sh: migor: Fix up CEU use flags.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 2 Apr 2009 02:25:12 +0000
(11:25 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 2 Apr 2009 02:25:12 +0000
(11:25 +0900)
Follows the same change as per ap325rxa, which was inadvertently omitted.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-migor/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/boards/mach-migor/setup.c
b/arch/sh/boards/mach-migor/setup.c
index 4fd6a727873cd99dee8ff55337fb1e46b31e1b5b..1ee1de0bc1c3c93ab627a34ddb4acec3409f94f7 100644
(file)
--- a/
arch/sh/boards/mach-migor/setup.c
+++ b/
arch/sh/boards/mach-migor/setup.c
@@
-352,9
+352,7
@@
static int tw9910_power(struct device *dev, int mode)
}
static struct sh_mobile_ceu_info sh_mobile_ceu_info = {
- .flags = SOCAM_MASTER | SOCAM_DATAWIDTH_8 | SOCAM_PCLK_SAMPLE_RISING
- | SOCAM_HSYNC_ACTIVE_HIGH | SOCAM_VSYNC_ACTIVE_HIGH
- | SOCAM_DATA_ACTIVE_HIGH,
+ .flags = SH_CEU_FLAG_USE_8BIT_BUS,
};
static struct resource migor_ceu_resources[] = {