On Mon, May 31, 2010 at 11:08:51AM +0200, Pawel Osciak wrote: > FRAMESEL1 bitfield starts on 13th bit, not on 14th. is this true for all variants that have FRAMESEL1? > Signed-off-by: Pawel Osciak <p.osciak@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > arch/arm/plat-samsung/include/plat/regs-fb.h | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/plat-samsung/include/plat/regs-fb.h b/arch/arm/plat-samsung/include/plat/regs-fb.h > index f4259e5..ac10013 100644 > --- a/arch/arm/plat-samsung/include/plat/regs-fb.h > +++ b/arch/arm/plat-samsung/include/plat/regs-fb.h > @@ -292,11 +292,11 @@ > #define VIDINTCON0_FRAMESEL0_ACTIVE (0x2 << 15) > #define VIDINTCON0_FRAMESEL0_FRONTPORCH (0x3 << 15) > > -#define VIDINTCON0_FRAMESEL1 (1 << 14) > -#define VIDINTCON0_FRAMESEL1_NONE (0x0 << 14) > -#define VIDINTCON0_FRAMESEL1_BACKPORCH (0x1 << 14) > -#define VIDINTCON0_FRAMESEL1_VSYNC (0x2 << 14) > -#define VIDINTCON0_FRAMESEL1_FRONTPORCH (0x3 << 14) > +#define VIDINTCON0_FRAMESEL1 (1 << 13) > +#define VIDINTCON0_FRAMESEL1_NONE (0x0 << 13) > +#define VIDINTCON0_FRAMESEL1_BACKPORCH (0x1 << 13) > +#define VIDINTCON0_FRAMESEL1_VSYNC (0x2 << 13) > +#define VIDINTCON0_FRAMESEL1_FRONTPORCH (0x3 << 13) > > #define VIDINTCON0_INT_FRAME (1 << 12) > #define VIDINTCON0_FIFIOSEL_MASK (0x7f << 5) > -- > 1.7.0.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html