From: Neil Armstrong <neil.armstrong@xxxxxxxxxx> Document the new i2c_pull property introduced for SM8550 setting an I2C specific pull mode on I2C able pins. Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> --- .../devicetree/bindings/pinctrl/qcom,tlmm-common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml index e1354f0c64f8..eddd58eafba9 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml @@ -77,6 +77,9 @@ $defs: input-enable: true output-high: true output-low: true + qcom,i2c-pull: + type: boolean + description: enable bias pull feature designed for i2c on pin allOf: - $ref: pincfg-node.yaml# -- 2.34.1