From: Dumitru Ceclan <dumitru.ceclan@analog.com>
Add maxim,control-channel-port property to allow platforms choose which
control-channel port MAX96724 exposes to the upstream I2C host.
Suggested-by: Vivekananda Dayananda <vivekana@amd.com>
Signed-off-by: Dumitru Ceclan <dumitru.ceclan@analog.com>
---
Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml
index 161d40acdd28..538b639d4f54 100644
--- a/Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml
@@ -41,6 +41,14 @@ properties:
enable-gpios: true
+ maxim,control-channel-port:
+ description:
+ Selects which deserializer control-channel port is connected to the
+ upstream I2C segment when the device resets. 0 selects port 0, 1 selects
+ port 1. Defaults to 0 when omitted.
+ $ref: /schemas/types.yaml#/definitions/uint32
+ enum: [0, 1]
+
i2c-alias-pool:
maxItems: 4
--
2.51.0