[PATCH v7 01/34] dt-bindings: pinctrl: airoha: en7581: fix misprint in i2s function name
Mikhail Kshevetskiy <[email protected]> Mon, 27 Jul 2026 10:42:01 +0300
| Newsgroups | org.kernel.vger.linux-gpio,org.infradead.lists.linux-mediatek,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
i2s pin-function is missed, instead i2c pin-function defined twice. The second of them operates with i2s pin-group. The patch fixes the misprint. It also match actual pinctrl driver. Signed-off-by: Mikhail Kshevetskiy <[email protected]> --- .../devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml index 21fd4f1ba78b0..0c5a7eb6d563e 100644 --- a/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml @@ -166,7 +166,7 @@ patternProperties: - if: properties: function: - const: i2c + const: i2s then: properties: groups: -- 2.53.0