[PATCH] dt-bindings: media: imx283: Describe sensor address using the reg property
Kieran Bingham
kieran.bingham at ideasonboard.com
Mon Dec 16 22:53:18 PST 2024
Quoting David Heidelberg (2024-12-17 03:28:17)
> Use the reg property instead of text in the description.
>
> Signed-off-by: David Heidelberg <david at ixit.cz>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
> .../devicetree/bindings/media/i2c/sony,imx283.yaml | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git ./Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml ./Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
> index e4f49f1435a5..f4ee991c89a3 100644
> --- ./Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
> +++ ./Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
> @@ -13,16 +13,15 @@ maintainers:
>
> description:
> IMX283 sensor is a Sony CMOS active pixel digital image sensor with an active
> - array size of 5472H x 3648V. It is programmable through I2C interface. The
> - I2C client address is fixed to 0x1a as per sensor data sheet. Image data is
> - sent through MIPI CSI-2.
> + array size of 5472H x 3648V. It is programmable through I2C interface.
> + Image data is sent through MIPI CSI-2.
>
> properties:
> compatible:
> const: sony,imx283
>
> reg:
> - maxItems: 1
> + const: 0x1a
>
> clocks:
> description: Clock frequency from 6 to 24 MHz.
> --
> 2.45.2
>
More information about the linux-arm-kernel
mailing list