[PATCH 2/2] dt-bindings: media: imx219: Describe sensor address using the reg property

From: David Heidelberg
Date: Mon Dec 16 2024 - 21:43:00 EST


Use the reg property instead of text in the description.
Drop useless description of reg property.

Signed-off-by: David Heidelberg <david@xxxxxxx>
---
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