Skip to content

Commit b54ed80

Browse files
decsnykartben
authored andcommitted
dts: nxp,mcux-i2s: Fix pinmux names after change
After a recent change for the imx gpr binding, the i2s driver was changed to reflect the new names of the cells, but apparently also the sai node can refer to itself with a phandle and need cells names to match also. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
1 parent cb4b350 commit b54ed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/bindings/i2s/nxp,mcux-i2s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ properties:
6666
description: Clock mux source for SAI root clock
6767

6868
pinmux-cells:
69-
- pin
70-
- function
69+
- offset
70+
- mask

0 commit comments

Comments
 (0)