mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
719 B
Diff
25 lines
719 B
Diff
From 2dee27a4568abecd3dc0438eab264c0fd306ad94 Mon Sep 17 00:00:00 2001
|
|
From: Naushir Patuck <naush@raspberrypi.com>
|
|
Date: Wed, 21 Jun 2023 08:45:02 +0100
|
|
Subject: [PATCH 0477/1085] 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 <naush@raspberrypi.com>
|
|
---
|
|
drivers/media/i2c/imx477.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/media/i2c/imx477.c
|
|
+++ b/drivers/media/i2c/imx477.c
|
|
@@ -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},
|