We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0247b36 commit 2cb720bCopy full SHA for 2cb720b
comp/dma/dma_calypte/DevTree.tcl
@@ -8,7 +8,7 @@ proc dts_dma_calypte_ctrl {DTS dir id base pcie} {
8
9
dts_create_node dts "dma_ctrl_calypte_$dir$id" {
10
dts_appendprop_comp_node dts $base 0x80 "cesnet,dma_ctrl_calypte_$dir"
11
- dts_appendprop_int dts "version" 0x10000
+ dts_appendprop_int dts "version" 0x20000
12
dts_appendprop_int dts "pcie" $pcie
13
if { $dir == "tx" } {
14
append dts "data_buff = <&dma_calypte_tx_data_buff$id\_pcie$pcie>;"
0 commit comments