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>
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From 0d3ad93e17faca39b80006064e3d50f4f71e4578 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Thu, 11 May 2023 15:44:21 +0100
|
|
Subject: [PATCH 0461/1085] dt-bindings: media: imx258: Add alternate
|
|
compatible strings
|
|
|
|
There are a number of variants of the imx258 modules that can not
|
|
be differentiated at runtime, so add compatible strings for them.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
.../devicetree/bindings/media/i2c/sony,imx258.yaml | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml
|
|
+++ b/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml
|
|
@@ -14,10 +14,15 @@ description: |-
|
|
type stacked image sensor with a square pixel array of size 4208 x 3120. It
|
|
is programmable through I2C interface. Image data is sent through MIPI
|
|
CSI-2.
|
|
+ There are a number of variants of the sensor which cannot be detected at
|
|
+ runtime, so multiple compatible strings are required to differentiate these.
|
|
|
|
properties:
|
|
compatible:
|
|
- const: sony,imx258
|
|
+ oneOf:
|
|
+ - enum:
|
|
+ - sony,imx258
|
|
+ - sony,imx258-pdaf
|
|
|
|
assigned-clocks: true
|
|
assigned-clock-parents: true
|