dts: bindings: i2s: replace underscore with hyphen
replace underscore with hyphen as per device tree specification Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
parent
949826ebd3
commit
f2f195de55
2 changed files with 3 additions and 3 deletions
|
|
@ -13,6 +13,6 @@ properties:
|
|||
reg:
|
||||
required: true
|
||||
|
||||
fifo_depth:
|
||||
fifo-depth:
|
||||
type: int
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@
|
|||
"rx_stat",
|
||||
"rx_conf",
|
||||
"fifo";
|
||||
fifo_depth = <256>;
|
||||
fifo-depth = <256>;
|
||||
status = "disabled";
|
||||
};
|
||||
i2s_tx: i2s_tx@e000b000 {
|
||||
|
|
@ -321,7 +321,7 @@
|
|||
"tx_stat",
|
||||
"tx_conf",
|
||||
"fifo";
|
||||
fifo_depth = <256>;
|
||||
fifo-depth = <256>;
|
||||
status = "disabled";
|
||||
};
|
||||
clock-outputs {
|
||||
|
|
|
|||
Loading…
Reference in a new issue