
On Fri, Jun 26, 2020 at 03:40:51PM -0400, Tom Rini wrote:
On Thu, Jun 25, 2020 at 12:28:56AM +0200, Simon Guinot wrote:
This patch converts the following Kirkwood-based LaCie boards to DM, DM_SPI and DM_SPI_FLASH:
- d2 Network v2
- Internet Space v2
- 2Big Network v2
- Network Space v2
- Network Space Lite v2
- Network Space Max v2
- Network Space Mini v2
Signed-off-by: Simon Guinot simon.guinot@sequanux.org
arch/arm/dts/kirkwood-netxbig.dtsi | 4 ++++ arch/arm/dts/kirkwood-ns2-common.dtsi | 4 ++++
These files come from the kernel and need to be kept in sync as-is with the kernel. Both of these aliases should be easy to push upstream but if not that's also why we have the -u-boot.dtsi auto-include mechanism that keys off of CONFIG_SYS_SOC/CPU/VENDOR. The entire rest of the series looks good, thanks for updating these platforms!
OK I'll create the -u-boot.dtsi files to have the spi0 aliases right now. And in the meantime, I'll submit this change to Linux kernel.
Thanks
Simon