Skip to content

Commit 713a7ef

Browse files
naushirpelwell
authored andcommitted
driver: media: i2c: imx477: Re-enable temperature sensor
The temperature sensor enable register write got lost at some point. Re-enable it. Signed-off-by: Naushir Patuck <[email protected]>
1 parent ab617db commit 713a7ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/i2c/imx477.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ struct imx477_mode {
167167
static const struct imx477_reg mode_common_regs[] = {
168168
{0x0136, 0x18},
169169
{0x0137, 0x00},
170+
{0x0138, 0x01},
170171
{0xe000, 0x00},
171172
{0xe07a, 0x01},
172173
{0x0808, 0x02},

0 commit comments

Comments
 (0)