Re: [PATCH v5 1/2] dt-bindings: media: i2c: Add os05b10 sensor

From: Krzysztof Kozlowski
Date: Thu Dec 18 2025 - 02:31:39 EST


On Tue, Dec 16, 2025 at 12:29:49PM +0530, Himanshu Bhavani wrote:
> + properties:
> + data-lanes:
> + oneOf:
> + - items:
> + - const: 1
> + - const: 2
> + - const: 3
> + - const: 4
> + - items:
> + - const: 1
> + - const: 2
> + required:
> + - data-lanes
> + - link-frequencies
> +
> +required:
> + - compatible
> + - reg
> + - clocks
> + - avdd-supply
> + - dovdd-supply
> + - dvdd-supply
> + - port

Your driver clearly says reset gpio is not optional. Did you test the
code without reset-gpios?

You already got exactly the same comment on other patchset.


Best regards,
Krzysztof