Commit 0fc829db authored by Jayesh Choudhary's avatar Jayesh Choudhary Committed by Andi Shyti
Browse files

dt-bindings: i2c: omap: Add mux-states property



Add mux controller support for when the I2C lines are muxed after
signals come out of SoC and before they go to any client.

Signed-off-by: default avatarJayesh Choudhary <j-choudhary@ti.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250318103622.29979-2-j-choudhary@ti.com


Signed-off-by: default avatarAndi Shyti <andi.shyti@kernel.org>
parent b1c010bd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ properties:
    $ref: /schemas/types.yaml#/definitions/string
    deprecated: true

  mux-states:
    description:
      mux controller node to route the I2C signals from SoC to clients.
    maxItems: 1

required:
  - compatible
  - reg
@@ -87,4 +92,5 @@ examples:
        interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
        #address-cells = <1>;
        #size-cells = <0>;
        mux-states = <&i2c_mux 1>;
    };