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> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> --- Changes since v1: * Added my missing Signed-off-by tag * chaged i2c to I2C in qcom,i2c-pull description .../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..9a809a69bd23 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