Commit 840ba17f authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Linus Walleij

dt-bindings: pinctrl: mt8195: Use drive-strength-microamp in examples

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: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220715103029.204500-1-angelogioacchino.delregno@collabora.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4a2d4e2d
...@@ -281,7 +281,7 @@ examples: ...@@ -281,7 +281,7 @@ examples:
pinmux = <PINMUX_GPIO8__FUNC_SDA0>, pinmux = <PINMUX_GPIO8__FUNC_SDA0>,
<PINMUX_GPIO9__FUNC_SCL0>; <PINMUX_GPIO9__FUNC_SCL0>;
bias-disable; bias-disable;
mediatek,drive-strength-adv = <7>; drive-strength-microamp = <1000>;
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment