2023-11-17 16:31:36 +00:00
|
|
|
From 54b1939b95f7bbc957e4a86f829db7bebf17201e Mon Sep 17 00:00:00 2001
|
2023-10-09 16:43:46 +00:00
|
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
|
|
Date: Wed, 2 Aug 2023 14:35:32 +0100
|
2023-11-17 16:31:36 +00:00
|
|
|
Subject: [PATCH] media: dt-bindings: imx258: Fix alternate compatible strings
|
2023-10-09 16:43:46 +00:00
|
|
|
|
|
|
|
Multiple compatible strings must appear as an enum.
|
|
|
|
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
|
|
---
|
|
|
|
Documentation/devicetree/bindings/media/i2c/imx258.yaml | 5 +++--
|
|
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
--- a/Documentation/devicetree/bindings/media/i2c/imx258.yaml
|
|
|
|
+++ b/Documentation/devicetree/bindings/media/i2c/imx258.yaml
|
|
|
|
@@ -19,8 +19,9 @@ description: |-
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
- const: sony,imx258
|
|
|
|
- const: sony,imx258-pdaf
|
|
|
|
+ enum:
|
|
|
|
+ - sony,imx258
|
|
|
|
+ - sony,imx258-pdaf
|
|
|
|
|
|
|
|
assigned-clocks: true
|
|
|
|
assigned-clock-parents: true
|