c5c91932a45f087deef5a0f615fe7d2fc18c91b1
[openwrt/staging/linusw.git] /
1 From 2dee27a4568abecd3dc0438eab264c0fd306ad94 Mon Sep 17 00:00:00 2001
2 From: Naushir Patuck <naush@raspberrypi.com>
3 Date: Wed, 21 Jun 2023 08:45:02 +0100
4 Subject: [PATCH 0477/1085] driver: media: i2c: imx477: Re-enable temperature
5 sensor
6
7 The temperature sensor enable register write got lost at some point.
8 Re-enable it.
9
10 Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
11 ---
12 drivers/media/i2c/imx477.c | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/drivers/media/i2c/imx477.c
16 +++ b/drivers/media/i2c/imx477.c
17 @@ -167,6 +167,7 @@ struct imx477_mode {
18 static const struct imx477_reg mode_common_regs[] = {
19 {0x0136, 0x18},
20 {0x0137, 0x00},
21 + {0x0138, 0x01},
22 {0xe000, 0x00},
23 {0xe07a, 0x01},
24 {0x0808, 0x02},