[PATCH v13 10/22] dt-bindings: media: i2c: max96712: add control-channel-port property

From: Dumitru Ceclan via B4 Relay

Date: Thu Jun 04 2026 - 10:40:26 EST


From: Dumitru Ceclan <dumitru.ceclan@xxxxxxxxxx>

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@xxxxxxx>
Signed-off-by: Dumitru Ceclan <dumitru.ceclan@xxxxxxxxxx>
Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
---
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.53.0