diff mbox series

[v4,1/3] media: dt-bindings: imx412: Extend compatible strings

Message ID 20220916140213.1310304-2-bryan.odonoghue@linaro.org
State Superseded
Headers show
Series [v4,1/3] media: dt-bindings: imx412: Extend compatible strings | expand

Commit Message

Bryan O'Donoghue Sept. 16, 2022, 2:02 p.m. UTC
Add compatible bindings for imx477 and imx577 both of which use the
same silicon enabling reference code from Sony in the available examples
provided.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
---
 .../devicetree/bindings/media/i2c/sony,imx412.yaml          | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Bryan O'Donoghue Sept. 21, 2022, 7:04 p.m. UTC | #1
On 21/09/2022 20:03, Sakari Ailus wrote:
> Hi Brian,
> 
> On Fri, Sep 16, 2022 at 03:02:11PM +0100, Bryan O'Donoghue wrote:
>> Add compatible bindings for imx477 and imx577 both of which use the
>> same silicon enabling reference code from Sony in the available examples
>> provided.
>>
>> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> 
> The patch looks good to me and I was waiting for an ack from the DT folks.
> They aren't cc'd. Could you resend the patch, cc'ing the devicetree list
> and Krzysztof Kozlowski, please?
> 
np
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
index 26d1807d0bb6..ebb649c5e4c5 100644
--- a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
@@ -19,7 +19,11 @@  description:
 
 properties:
   compatible:
-    const: sony,imx412
+    items:
+      - enum:
+          - sony,imx412
+          - sony,imx477
+          - sony,imx577
   reg:
     description: I2C address
     maxItems: 1