Skip to content

Commit 2cb720b

Browse files
committed
feat(dma-calypte-dt): update version in DT node
1 parent 0247b36 commit 2cb720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comp/dma/dma_calypte/DevTree.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ proc dts_dma_calypte_ctrl {DTS dir id base pcie} {
88

99
dts_create_node dts "dma_ctrl_calypte_$dir$id" {
1010
dts_appendprop_comp_node dts $base 0x80 "cesnet,dma_ctrl_calypte_$dir"
11-
dts_appendprop_int dts "version" 0x10000
11+
dts_appendprop_int dts "version" 0x20000
1212
dts_appendprop_int dts "pcie" $pcie
1313
if { $dir == "tx" } {
1414
append dts "data_buff = <&dma_calypte_tx_data_buff$id\_pcie$pcie>;"

0 commit comments

Comments
 (0)