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:
Lin Jinhan
2022-06-22 17:23:40 +08:00
committed by Tao Huang
parent f682ab540d
commit b8d9ef07ae

View File

@@ -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},