arm64: dts: rockchip: rk3568: Add sfc a spi4 alias

Kernel's SFC is used for a private flash drivers not like
the standard one, but u-boot SFC is register as standard
spi, and the alias UCLASS_SPI id is required for part of
spi initialization progress. So kernel's alias is also
required when u-boot enable using kernel dtb case.

Change-Id: Ic763eefb35ef5a93f6121055a5e04a2d72636430
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2021-08-28 18:25:34 +08:00
committed by Tao Huang
parent 1d9acc4e67
commit 97902663a9

View File

@@ -59,6 +59,7 @@
spi1 = &spi1;
spi2 = &spi2;
spi3 = &spi3;
spi4 = &sfc; // for U-Boot
};
cpus {