]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: socfpga: agilex5: update data-width for dmac
authorAdrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
Wed, 6 May 2026 06:21:49 +0000 (14:21 +0800)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 6 May 2026 11:35:08 +0000 (06:35 -0500)
Update data-width property for dmac to 3 which is 64 bits to match value
configured in the hardware register.

Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

index 02e62d954e94905d6a69a02d3f5d4dd2dfd6d70b..b06c6d5d60eedd521c263f6b352a30423c74cea1 100644 (file)
                                #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>;
                                #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>;