Skip to content

Commit 0a9603e

Browse files
committed
HSD #15017947641-3: arm64: dts: socfpga: agilex: Add 4-bit SPI bus width
Add spi-tx-bus-width and spi-rx-bus-width properties with value 4 to the agilex device tree. This update configures the SPI controller to use a 4-bit bus width for both transmission and reception, potentially improving SPI throughput and matching the hardware capabilities more closely. Signed-off-by: Fong, Yan Kei <yan.kei.fong@altera.com>
1 parent ae1f102 commit 0a9603e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
cdns,tsd2d-ns = <50>;
117117
cdns,tchsh-ns = <4>;
118118
cdns,tslch-ns = <4>;
119+
spi-tx-bus-width = <4>;
120+
spi-rx-bus-width = <4>;
119121

120122
partitions {
121123
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)