Skip to content

Commit f2f195d

Browse files
jilaypandyakartben
authored andcommitted
dts: bindings: i2s: replace underscore with hyphen
replace underscore with hyphen as per device tree specification Signed-off-by: Jilay Pandya <[email protected]>
1 parent 949826e commit f2f195d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dts/bindings/i2s/litex,i2s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ properties:
1313
reg:
1414
required: true
1515

16-
fifo_depth:
16+
fifo-depth:
1717
type: int
1818
required: true

dts/riscv/riscv32-litex-vexriscv.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
"rx_stat",
299299
"rx_conf",
300300
"fifo";
301-
fifo_depth = <256>;
301+
fifo-depth = <256>;
302302
status = "disabled";
303303
};
304304
i2s_tx: i2s_tx@e000b000 {
@@ -321,7 +321,7 @@
321321
"tx_stat",
322322
"tx_conf",
323323
"fifo";
324-
fifo_depth = <256>;
324+
fifo-depth = <256>;
325325
status = "disabled";
326326
};
327327
clock-outputs {

0 commit comments

Comments
 (0)