Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: Add spi_flash label to rk3288-veyron

The u-boot,spl-boot-order property requires a label at a boot
device node. In order to migrate to OF_UPSTREAM more easier
add a spi_flash label to the rk3288-veyron.dtsi file.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://patch.msgid.link/8a423a6f-bfdc-4947-aef9-35ee7c4f6ca2@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
ac7116a6 cafaf99e

+1 -1
+1 -1
arch/arm/boot/dts/rockchip/rk3288-veyron.dtsi
··· 388 388 389 389 rx-sample-delay-ns = <12>; 390 390 391 - flash@0 { 391 + spi_flash: flash@0 { 392 392 compatible = "jedec,spi-nor"; 393 393 spi-max-frequency = <50000000>; 394 394 reg = <0>;