]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: dm: spi: add testcase for spi_set_wordlen()
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Wed, 25 Feb 2026 16:16:55 +0000 (17:16 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 30 Apr 2026 06:01:11 +0000 (08:01 +0200)
commit2b3a73116afb429e8e491f0669fd12c2c2cc6aab
tree9944d8c1e584201a48648b765a7218975bbe1c3e
parentab5c0191e1c1def972728a6b2a0804ee8c8211e8
test: dm: spi: add testcase for spi_set_wordlen()

Add a unit test to verify that the SPI word length configuration is
correctly handled by the SPI uclass and successfully passed down to
the sandbox driver.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Simon Glass <simon.glass@canonical.com>
test/dm/spi.c