Skip to content

Commit 29a66a6

Browse files
amergnatLinus Walleij
authored andcommitted
dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property
This SoC is able to drive the following output current: - 2 mA - 4 mA - 6 mA - 8 mA - 10 mA - 12 mA - 14 mA - 16 mA Then drive-strength property is set with enum to reflect its HW capability. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Link: https://lore.kernel.org/r/20230327-cleanup-pinctrl-binding-v3-3-6f56d5c7a8de@baylibre.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent e34bdc7 commit 29a66a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pinctrl/mediatek,mt8365-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ patternProperties:
9999
102: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
100100
103: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
101101
102+
drive-strength:
103+
enum: [2, 4, 6, 8, 10, 12, 14, 16]
104+
102105
input-enable: true
103106

104107
input-disable: true

0 commit comments

Comments
 (0)