The spi0 alias is needed by the environment code to retrieve the SPI flash. This patch provides the spi0 aliases, for Renesas Draak board.
Signed-off-by: zhengxunli <[email protected]> --- arch/arm/dts/r8a77995-draak.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/r8a77995-draak.dts b/arch/arm/dts/r8a77995-draak.dts index 67634cb..cc2bc89 100644 --- a/arch/arm/dts/r8a77995-draak.dts +++ b/arch/arm/dts/r8a77995-draak.dts @@ -17,6 +17,7 @@ aliases { serial0 = &scif2; ethernet0 = &avb; + spi0 = &rpc; }; backlight: backlight { -- 1.9.1

