Re: [PATCH 1/4] arm64: dts: socfpga: n5x: Add 4-bit SPI bus width

From: Dinh Nguyen
Date: Sat Aug 30 2025 - 21:41:01 EST




On 6/24/25 01:52, yankei.fong@xxxxxxxxxx wrote:
From: "Fong, Yan Kei" <yan.kei.fong@xxxxxxxxxx>

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.

Please use 80 columns for your commit message! Like this:

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.

Doesn't the above make it much easier to read? Please do this fall your patches from now on!

Dinh