Skip to content

Commit 3b36700

Browse files
committed
HSD #15017947641-1: arm64: dts: socfpga: n5x: Add 4-bit SPI bus width
Add spi-tx-bus-width and spi-rx-bus-width properties with value 4 to the n5x 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 91527dd commit 3b36700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
cdns,tsd2d-ns = <50>;
9494
cdns,tchsh-ns = <4>;
9595
cdns,tslch-ns = <4>;
96+
spi-tx-bus-width = <4>;
97+
spi-rx-bus-width = <4>;
9698

9799
partitions {
98100
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)