test: spi: update fast test frequecny for em_starterkit

Async test failed in fast test due to too fast spi frequency.
Now it is lowered to 2500000Hz.

Signed-off-by: Siyuan Cheng <siyuanc@synopsys.com>
This commit is contained in:
Siyuan Cheng 2023-01-02 00:34:16 +08:00 committed by Carles Cufí
commit 6433e204b9

View file

@ -13,6 +13,6 @@
fast@0 {
compatible = "test-spi-loopback-fast";
reg = <0>;
spi-max-frequency = <16000000>;
spi-max-frequency = <2500000>;
};
};