| commit | 309422f86df543f5b3d29e4a2ea4b664b81f9616 | [log] [tgz] |
|---|---|---|
| author | Etienne Carriere <etienne.carriere@st.com> | Fri Oct 10 17:33:42 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 16 15:04:31 2025 -0400 |
| tree | 6de4b77467604d00c01c4226b6b68f8b50dbe3b1 | |
| parent | b5db94d31c36e0d1e9adbfa80aa2e053aaeb086e [diff] |
tests: drivers: spi: spi_loopback: stm32: fix dma DTS phandle lists Correct STM32 boards DTS overlay files DMA lists that were not split by phandle and seemed to form unique phandles. This is not currently an issue with existing DT parsing macros and tools but may generate build errors if tools are more strict on the DTS implementation format. Signed-off-by: Etienne Carriere <etienne.carriere@st.com>