Skip to content

Commit e8cee71

Browse files
hakehuangdanieldegrasse
authored andcommitted
dts: bindings: add pinctrl node to sai and lpuart
enable pinctrl in i2s and lpuart driver bindings Signed-off-by: Hake Huang <[email protected]> Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 4f40480 commit e8cee71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: NXP mcux SAI-I2S controller
55

66
compatible: "nxp,mcux-i2s"
77

8-
include: [i2s-controller.yaml]
8+
include: [i2s-controller.yaml, pinctrl-device.yaml]
99

1010
properties:
1111
reg:

dts/bindings/serial/nxp,kinetis-lpuart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: Kinetis LPUART
22

33
compatible: "nxp,kinetis-lpuart"
44

5-
include: uart-controller.yaml
5+
include: [uart-controller.yaml, pinctrl-device.yaml]
66

77
properties:
88
reg:

0 commit comments

Comments
 (0)