Skip to content

Commit

Permalink
arch: arm: boot: dts: Fix pluto DMA data width
Browse files Browse the repository at this point in the history
Fix the destination and source bus width for DMA transfers.This is in
accordance with the HDL design here:

https://github.com/analogdevicesinc/hdl/blob/master/projects/pluto/system_bd.tcl#L185
https://github.com/analogdevicesinc/hdl/blob/master/projects/pluto/system_bd.tcl#L198

Signed-off-by: Mircea Caprioru <[email protected]>
  • Loading branch information
Mircea Caprioru authored and commodo committed Oct 30, 2019
1 parent 5591919 commit bc8f8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/zynq-pluto-sdr.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

dma-channel@0 {
reg = <0>;
adi,source-bus-width = <64>;
adi,source-bus-width = <32>;
adi,source-bus-type = <2>;
adi,destination-bus-width = <64>;
adi,destination-bus-type = <0>;
Expand All @@ -151,7 +151,7 @@
reg = <0>;
adi,source-bus-width = <64>;
adi,source-bus-type = <0>;
adi,destination-bus-width = <64>;
adi,destination-bus-width = <32>;
adi,destination-bus-type = <2>;
};
};
Expand Down

0 comments on commit bc8f8c6

Please sign in to comment.