driver: media: i2c: imx477: Re-enable temperature sensor
authorNaushir Patuck <naush@raspberrypi.com>
Wed, 21 Jun 2023 07:45:02 +0000 (08:45 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:36 +0000 (11:33 +0000)
The temperature sensor enable register write got lost at some point.
Re-enable it.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
drivers/media/i2c/imx477.c

index b9a91e5..5447af6 100644 (file)
@@ -167,6 +167,7 @@ struct imx477_mode {
 static const struct imx477_reg mode_common_regs[] = {
        {0x0136, 0x18},
        {0x0137, 0x00},
+       {0x0138, 0x01},
        {0xe000, 0x00},
        {0xe07a, 0x01},
        {0x0808, 0x02},