[PATCH 0/2] rockchip: Fix SPI boot on Pinebook Pro and RK3399-ROC-PC

2020-11-14 Thread Hugh Cole-Baker
Commit c4cea2bbf995 ("rockchip: Enable building a SPI ROM image on bob") added an alias spi1 referring to spi@ff1d, however in several boards there was already an alias spi0 referring to the same node, and having both aliases present broke booting U-Boot from SPI flash. This series removes the

Re: [PATCH 0/2] rockchip: Fix SPI boot on Pinebook Pro and RK3399-ROC-PC

2020-11-19 Thread Kever Yang
Hi Hugh,     After this patch set, only one board is still using the "spi0 = &spi1" alias, could you correct it at the same time? rk3399-puma-haikou-u-boot.dtsi Thanks, - Kever On 2020/11/15 上午2:06, Hugh Cole-Baker wrote: Commit c4cea2bbf995 ("rockchip: Enable building a SPI ROM image on