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

From: Krzysztof Kozlowski

Date: Thu May 28 2026 - 10:17:56 EST


On 28/05/2026 15:42, Himanshu Bhavani wrote:
> Hi Krzysztof,
>
>> On Wed, May 20, 2026 at 05:26:33PM +0530, Himanshu Bhavani wrote:
>>> From: Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx>
>>>
>>> Add bindings for Sony IMX576 sensor
>>>
>>> Signed-off-by: Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx>
>>> ---
>>> .../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
>>> +
>>
>> Everything looks the same as imx577, so just add it next to that one. No
>> need for new file.
>>
>> Best regards,
>> Krzysztof
>
> The regulator names differ between imx577 and imx576.
>
> imx577 uses avdd, dovdd, dvdd supplies while imx576 uses vana, vdig, vif supplies.

I don't understand. I look at imx576 and I see:

+ avdd-supply:
+ description: Analog Domain Power Supply (2.8v)
+
+ dovdd-supply:
+ description: I/O Domain Power Supply (1.05v)
+
+ dvdd-supply:

Best regards,
Krzysztof