Skip to content

Commit

Permalink
HSD#14021577699: dts: agilex5: update dmac data width param
Browse files Browse the repository at this point in the history
Update dmac controller data width param to 3.

Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@intel.com>
  • Loading branch information
hoyin0722 committed Mar 21, 2024
1 parent b60da37 commit a04f992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
#dma-cells = <1>;
dma-channels = <4>;
snps,dma-masters = <1>;
snps,data-width = <2>;
snps,data-width = <3>;
snps,block-size = <32767 32767 32767 32767>;
snps,priority = <0 1 2 3>;
snps,axi-max-burst-len = <8>;
Expand All @@ -783,7 +783,7 @@
#dma-cells = <1>;
dma-channels = <4>;
snps,dma-masters = <1>;
snps,data-width = <2>;
snps,data-width = <3>;
snps,block-size = <32767 32767 32767 32767>;
snps,priority = <0 1 2 3>;
snps,axi-max-burst-len = <8>;
Expand Down

0 comments on commit a04f992

Please sign in to comment.