[PATCH v1 2/2] dt-bindings: media: i2c: et8ek8: document missing crc as optional property
From: Alex Tran
Date: Sat Nov 08 2025 - 18:32:31 EST
Add the optional crc property to the endpoint node for the et8ek8 sensor.
This property enables CRC checksums for the sensor bus and was added to
match the new driver support for reading it from the device tree.
Signed-off-by: Alex Tran <alex.t.tran@xxxxxxxxx>
---
.../devicetree/bindings/media/i2c/toshiba,et8ek8.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt
index 8d8e40c56..5fd30f59b 100644
--- a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt
+++ b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt
@@ -30,6 +30,12 @@ Endpoint node mandatory properties
- remote-endpoint: A phandle to the bus receiver's endpoint node.
+Endpoint node optional properties
+---------------------------------
+
+- crc: Enable CRC checksums.
+
+
Example
-------
--
2.51.0