mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: sc132gs: 2 lane mode default use mirror
Change-Id: I02b30aa669ff6d08321eaef0f08def926c8af578 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
@@ -369,9 +369,14 @@ static const struct regval sc132gs_2lane_10bit_regs[] = {
|
||||
{0x5795, 0x00},
|
||||
{0x5799, 0x04},
|
||||
|
||||
{0x3221, (0x3 << 5)},
|
||||
//flip
|
||||
//{0x3221, (0x3 << 5)},
|
||||
|
||||
//mirror
|
||||
{0x3221, (0x3 << 1)},
|
||||
{0x3221, ((0x3 << 1)|(0x3 << 5))},
|
||||
|
||||
//flip & mirror
|
||||
//{0x3221, ((0x3 << 1)|(0x3 << 5))},
|
||||
|
||||
//PLL set
|
||||
{0x36e9, 0x20},
|
||||
|
||||
Reference in New Issue
Block a user