diff mbox series

dt-bindings: pinctrl: mt8195: Fix invalid example

Message ID 20220718130215.31547-1-linus.walleij@linaro.org
State New
Headers show
Series dt-bindings: pinctrl: mt8195: Fix invalid example | expand

Commit Message

Linus Walleij July 18, 2022, 1:02 p.m. UTC
The commit switching to use standard drive strength missed to update
the example. I just put in something valid so we don't get the
warnings from the DT bot.

Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reported-by: Rob Herring <robh+dt@kernel.org>
Fixes: 1b3ab63e56f0 ("dt-bindings: pinctrl: mt8195: Add and use drive-strength-microamp")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij July 18, 2022, 1:51 p.m. UTC | #1
On Mon, Jul 18, 2022 at 3:04 PM Linus Walleij <linus.walleij@linaro.org> wrote:

> The commit switching to use standard drive strength missed to update
> the example. I just put in something valid so we don't get the
> warnings from the DT bot.
>
> Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Fixes: 1b3ab63e56f0 ("dt-bindings: pinctrl: mt8195: Add and use drive-strength-microamp")
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Forget this patch, I had a proper fix in my inbox.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
index 85e96a5e1708..4be3e8671622 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
@@ -281,7 +281,7 @@  examples:
           pinmux = <PINMUX_GPIO8__FUNC_SDA0>,
                    <PINMUX_GPIO9__FUNC_SCL0>;
           bias-disable;
-          mediatek,drive-strength-adv = <7>;
+          drive-strength = <16>;
         };
       };
     };