Commit 11bd0ffd authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Linus Walleij

dt-bindings: pinctrl: mt8195: Fix name for mediatek,rsel-resistance-in-si-unit

When this property was introduced, it contained underscores, but
the actual code wants dashes.

Change it from mediatek,rsel_resistance_in_si_unit to
mediatek,rsel-resistance-in-si-unit.

Fixes: 91e7edce ("dt-bindings: pinctrl: mt8195: change pull up/down description")
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarNícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220630122334.216903-1-angelogioacchino.delregno@collabora.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 04156e7d
...@@ -49,7 +49,7 @@ properties: ...@@ -49,7 +49,7 @@ properties:
description: The interrupt outputs to sysirq. description: The interrupt outputs to sysirq.
maxItems: 1 maxItems: 1
mediatek,rsel_resistance_in_si_unit: mediatek,rsel-resistance-in-si-unit:
type: boolean type: boolean
description: | description: |
Identifying i2c pins pull up/down type which is RSEL. It can support Identifying i2c pins pull up/down type which is RSEL. It can support
...@@ -142,7 +142,7 @@ patternProperties: ...@@ -142,7 +142,7 @@ patternProperties:
"MTK_PUPD_SET_R1R0_11" define in mt8195. "MTK_PUPD_SET_R1R0_11" define in mt8195.
For pull down type is RSEL, it can add RSEL define & resistance For pull down type is RSEL, it can add RSEL define & resistance
value(ohm) to set different resistance by identifying property value(ohm) to set different resistance by identifying property
"mediatek,rsel_resistance_in_si_unit". "mediatek,rsel-resistance-in-si-unit".
It can support "MTK_PULL_SET_RSEL_000" & "MTK_PULL_SET_RSEL_001" It can support "MTK_PULL_SET_RSEL_000" & "MTK_PULL_SET_RSEL_001"
& "MTK_PULL_SET_RSEL_010" & "MTK_PULL_SET_RSEL_011" & "MTK_PULL_SET_RSEL_010" & "MTK_PULL_SET_RSEL_011"
& "MTK_PULL_SET_RSEL_100" & "MTK_PULL_SET_RSEL_101" & "MTK_PULL_SET_RSEL_100" & "MTK_PULL_SET_RSEL_101"
...@@ -161,7 +161,7 @@ patternProperties: ...@@ -161,7 +161,7 @@ patternProperties:
}; };
An example of using si unit resistance value(ohm): An example of using si unit resistance value(ohm):
&pio { &pio {
mediatek,rsel_resistance_in_si_unit; mediatek,rsel-resistance-in-si-unit;
} }
pincontroller { pincontroller {
i2c0_pin { i2c0_pin {
...@@ -190,7 +190,7 @@ patternProperties: ...@@ -190,7 +190,7 @@ patternProperties:
"MTK_PUPD_SET_R1R0_11" define in mt8195. "MTK_PUPD_SET_R1R0_11" define in mt8195.
For pull up type is RSEL, it can add RSEL define & resistance For pull up type is RSEL, it can add RSEL define & resistance
value(ohm) to set different resistance by identifying property value(ohm) to set different resistance by identifying property
"mediatek,rsel_resistance_in_si_unit". "mediatek,rsel-resistance-in-si-unit".
It can support "MTK_PULL_SET_RSEL_000" & "MTK_PULL_SET_RSEL_001" It can support "MTK_PULL_SET_RSEL_000" & "MTK_PULL_SET_RSEL_001"
& "MTK_PULL_SET_RSEL_010" & "MTK_PULL_SET_RSEL_011" & "MTK_PULL_SET_RSEL_010" & "MTK_PULL_SET_RSEL_011"
& "MTK_PULL_SET_RSEL_100" & "MTK_PULL_SET_RSEL_101" & "MTK_PULL_SET_RSEL_100" & "MTK_PULL_SET_RSEL_101"
...@@ -209,7 +209,7 @@ patternProperties: ...@@ -209,7 +209,7 @@ patternProperties:
}; };
An example of using si unit resistance value(ohm): An example of using si unit resistance value(ohm):
&pio { &pio {
mediatek,rsel_resistance_in_si_unit; mediatek,rsel-resistance-in-si-unit;
} }
pincontroller { pincontroller {
i2c0-pins { i2c0-pins {
......
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