drivers: spi: dw: fix naming convention of aux-reg

aux-reg should be defined with a hyphen in the bindings

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2023-10-28 11:55:08 -07:00 committed by Carles Cufí
parent 2ee2b6ac08
commit 330dba0861
2 changed files with 4 additions and 4 deletions

View file

@ -135,7 +135,7 @@
interrupts = <63 2>, <64 2>, <65 2>;
interrupt-names = "err_int", "rx_avail", "tx_req";
interrupt-parent = <&intc>;
aux_reg;
aux-reg;
fifo-depth = <16>;
};
@ -149,7 +149,7 @@
interrupts = <67 2>, <68 2>, <69 2>;
interrupt-names = "err_int", "rx_avail", "tx_req";
interrupt-parent = <&intc>;
aux_reg;
aux-reg;
fifo-depth = <16>;
};
};

View file

@ -14,11 +14,11 @@ properties:
interrupts:
required: true
aux_reg:
aux-reg:
type: boolean
description: |
This value is used for auxiliary register access. For
other platform, this value should be default 0.
type: boolean
fifo-depth:
type: int