[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <173441839809.2983864.13556053856142193864@ping.linuxembedded.co.uk>
Date: Tue, 17 Dec 2024 06:53:18 +0000
From: Kieran Bingham <kieran.bingham@...asonboard.com>
To: Conor Dooley <conor+dt@...nel.org>, David Heidelberg <david@...t.cz>, Fabio Estevam <festevam@...il.com>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Mauro Carvalho Chehab <mchehab@...nel.org>, Pengutronix Kernel Team <kernel@...gutronix.de>, Rob Herring <robh@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>, Shawn Guo <shawnguo@...nel.org>, Umang Jain <umang.jain@...asonboard.com>
Cc: David Heidelberg <david@...t.cz>, linux-media@...r.kernel.org, devicetree@...r.kernel.org, imx@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: media: imx283: Describe sensor address using the reg property
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@...t.cz>
Reviewed-by: Kieran Bingham <kieran.bingham@...asonboard.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
>
Powered by blists - more mailing lists