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:
Jilay Pandya 2025-01-12 19:58:08 +01:00 committed by Benjamin Cabé
parent 949826ebd3
commit f2f195de55
2 changed files with 3 additions and 3 deletions

View file

@ -13,6 +13,6 @@ properties:
reg:
required: true
fifo_depth:
fifo-depth:
type: int
required: true

View file

@ -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 {