Skip to content

Commit

Permalink
dts: bindings: i2s: replace underscore with hyphen
Browse files Browse the repository at this point in the history
replace underscore with hyphen as per device tree specification

Signed-off-by: Jilay Pandya <[email protected]>
  • Loading branch information
jilaypandya authored and kartben committed Jan 15, 2025
1 parent 949826e commit f2f195d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dts/bindings/i2s/litex,i2s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ properties:
reg:
required: true

fifo_depth:
fifo-depth:
type: int
required: true
4 changes: 2 additions & 2 deletions dts/riscv/riscv32-litex-vexriscv.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"rx_stat",
"rx_conf",
"fifo";
fifo_depth = <256>;
fifo-depth = <256>;
status = "disabled";
};
i2s_tx: i2s_tx@e000b000 {
Expand All @@ -321,7 +321,7 @@
"tx_stat",
"tx_conf",
"fifo";
fifo_depth = <256>;
fifo-depth = <256>;
status = "disabled";
};
clock-outputs {
Expand Down

0 comments on commit f2f195d

Please sign in to comment.