Message ID | 20210727160315.15575-2-eajames@linux.ibm.com |
---|---|
State | New |
Headers | show |
Series | i2c: mux: pca954x: Support multiple devices on a single reset line | expand |
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml b/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml index 9f1726d0356b..06b9f8385bd7 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml @@ -49,6 +49,11 @@ properties: reset-gpios: maxItems: 1 + reset-shared-hogged-gpios: + maxItems: 1 + description: Reference to a shared, hogged GPIO connected to the reset + input of several PCA954x muxes. + i2c-mux-idle-disconnect: type: boolean description: Forces mux to disconnect all children in idle state. This is
Add a property to describe a reset input that is shared between multiple PCA953x muxes. Signed-off-by: Eddie James <eajames@linux.ibm.com> --- Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml | 5 +++++ 1 file changed, 5 insertions(+)