[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241217024206.1700170-2-david@ixit.cz>
Date: Mon, 16 Dec 2024 21:41:51 -0500
From: David Heidelberg <david@...t.cz>
To: Dave Stevenson <dave.stevenson@...pberrypi.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.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: [PATCH 2/2] dt-bindings: media: imx219: Describe sensor address using the reg property
Use the reg property instead of text in the description.
Drop useless description of reg property.
Signed-off-by: David Heidelberg <david@...t.cz>
---
Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml
index 8b23e5fc6a24..066eeb7af5e3 100644
--- ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml
+++ ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml
@@ -12,7 +12,7 @@ maintainers:
description: |-
The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor
with an active array size of 3280H x 2464V. It is programmable through
- I2C interface. The I2C address is fixed to 0x10 as per sensor data sheet.
+ I2C interface.
Image data is sent through MIPI CSI-2, which is configured as either 2 or
4 data lanes.
@@ -21,8 +21,7 @@ properties:
const: sony,imx219
reg:
- description: I2C device address
- maxItems: 1
+ const: 0x10
clocks:
maxItems: 1
--
2.45.2
Powered by blists - more mailing lists