Re: [PATCH 1/3] dt-bindings: media: i2c: Add imx576 sensor

From: Himanshu Bhavani

Date: Thu May 21 2026 - 04:51:27 EST


Hi Luca,

>Hi Himanshu,
>
>On Wed May 20, 2026 at 1:56 PM CEST, Himanshu Bhavani wrote:
>> From: Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx>
>>
>> Add bindings for Sony IMX576 sensor
>>
>> Signed-off-by: Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx>
>
>This patch is missing your Signed-off-by I believe since you sent the
>patch.

Noted, I will add it in the next revision.
>
>> ---
>> .../bindings/media/i2c/sony,imx576.yaml | 111 ++++++++++++++++++
>> MAINTAINERS | 7 ++
>> 2 files changed, 118 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx576.yaml
>>
>> diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx576.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx576.yaml
>> new file mode 100644
>> index 000000000000..b74253004fae
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx576.yaml
>> @@ -0,0 +1,111 @@
>> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/media/i2c/sony,imx576.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Sony IMX576 Image Sensor
>> +
>> +maintainers:
>> + - Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx>
>> +
>> +description:
>> + IMX576 sensor is a Sony CMOS active pixel digital image sensor with an active
>> + array size of 5760(H) × 4312(V). It is programmable through an I2C interface.
>> + Image data is transmitted through MIPI CSI-2. It supports RAW10/RAW8, COMP8
>> + output formats.
>> +
>> +allOf:
>> + - $ref: /schemas/media/video-interface-devices.yaml#
>> +
>> +properties:
>> + compatible:
>> + const: sony,imx576
>> +
>> + reg:
>> + maxItems: 1
>> +
>> + clocks:
>> + items:
>> + - description: INCLK clock
>> +
>> + avdd-supply:
>> + description: Analog Domain Power Supply (2.8v)
>> +
>> + dovdd-supply:
>> + description: I/O Domain Power Supply (1.05v)
>> +
>> + dvdd-supply:
>> + description: Digital Domain Power Supply (1.8v)
>
>Sony calls them vana, vdig and vif.
>
>Regards
>Luca

Thanks Luca, that was a mistake. I’ll rename them to vana, vdig and vif in the next revision.

Best regards,
Himanshu