Skip to content

Commit 822df63

Browse files
committed
[nrf fromtree] dts: mspi: Align op-mode binding with mspi.h enum
enum mspi_op_mode in mspi.h has different syntax to this binding. Aligning these will allow for cleaner code in the implmented drivers. Signed-off-by: David Jewsbury <[email protected]> (cherry picked from commit 032ca4c)
1 parent 4370ef6 commit 822df63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/bindings/mspi/mspi-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ properties:
2222
op-mode:
2323
type: string
2424
enum:
25-
- "MSPI_CONTROLLER"
26-
- "MSPI_PERIPHERAL"
25+
- "MSPI_OP_MODE_CONTROLLER"
26+
- "MSPI_OP_MODE_PERIPHERAL"
2727
description: |
2828
Indicate MSPI controller or peripheral mode of the controller.
2929
The controller driver may use this during initialization.

0 commit comments

Comments
 (0)