| commit | 14cb3e2c1077caf3a58ced95d6172607f6f7481e | [log] [tgz] |
|---|---|---|
| author | Etienne Carriere <etienne.carriere@st.com> | Fri Oct 10 17:31:20 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 16 15:04:31 2025 -0400 |
| tree | 81db84016cd362607986160f7500ab9d7f92e20b | |
| parent | 775b03af0f9e3a0c9f25b79b84bbfac8c99fdb5f [diff] |
samples: drivers: spi_flash: stm32: fix dma DTS phandle lists Correct stm32h573i_dk DTS overlay file DMA list that was not split by phandle and seemed to form unique phandle. 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>