mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
dt-bindings: pinctrl: airoha: en7581: fix misprint in i2s function name
Due to misprint i2s pin-function is missed, instead i2c pin-function defined
twice. The second of them operates with i2s pin-group.
Let's fix the typo so that the i2s function is defined correctly.
Fixes: d0c15cb96b ("dt-bindings: pinctrl: airoha: Add EN7581 pinctrl")
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
7716c99fa7
commit
acb4f82a54
|
|
@ -166,7 +166,7 @@ patternProperties:
|
|||
- if:
|
||||
properties:
|
||||
function:
|
||||
const: i2c
|
||||
const: i2s
|
||||
then:
|
||||
properties:
|
||||
groups:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user