dt-bindings: pinctrl: mt8195: Use drive-strength-microamp in examples
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fri, 15 Jul 2022 10:30:29 +0000 (12:30 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 18 Jul 2022 13:34:28 +0000 (15:34 +0200)
The property mediatek,drive-strength-adv was deprecated: change the
example for i2c0-pins to use drive-strength-microamp.

Fixes: b6d9af2c6b69 ("dt-bindings: pinctrl: mt8195: Add and use drive-strength-microamp")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220715103029.204500-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml

index 85e96a5..66fe17e 100644 (file)
@@ -281,7 +281,7 @@ examples:
           pinmux = <PINMUX_GPIO8__FUNC_SDA0>,
                    <PINMUX_GPIO9__FUNC_SCL0>;
           bias-disable;
-          mediatek,drive-strength-adv = <7>;
+          drive-strength-microamp = <1000>;
         };
       };
     };