Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

AngeloGioacchino Del Regno and committed by
Linus Walleij
840ba17f 4a2d4e2d

+1 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
··· 281 281 pinmux = <PINMUX_GPIO8__FUNC_SDA0>, 282 282 <PINMUX_GPIO9__FUNC_SCL0>; 283 283 bias-disable; 284 - mediatek,drive-strength-adv = <7>; 284 + drive-strength-microamp = <1000>; 285 285 }; 286 286 }; 287 287 };