Skip to content

Commit b6b26c4

Browse files
committed
HSD #15017947641-4: arm64: dts: socfpga: agilex5: Add 4-bit SPI bus width
Add spi-tx-bus-width and spi-rx-bus-width properties with value 4 to the agilex5 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 0a9603e commit b6b26c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@
212212
cdns,tsd2d-ns = <50>;
213213
cdns,tchsh-ns = <4>;
214214
cdns,tslch-ns = <4>;
215+
spi-tx-bus-width = <4>;
216+
spi-rx-bus-width = <4>;
215217

216218
partitions {
217219
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)