]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: Add spi_flash label to rk3288-veyron
authorJohan Jonker <jbx6244@gmail.com>
Thu, 30 Oct 2025 17:52:34 +0000 (18:52 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 31 Oct 2025 22:45:35 +0000 (23:45 +0100)
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>
arch/arm/boot/dts/rockchip/rk3288-veyron.dtsi

index 260d6c92cfd11dc3681883e4116e7abaa35022d5..2d6cf08d00f906bc631ff087d6b1b37462a69584 100644 (file)
 
        rx-sample-delay-ns = <12>;
 
-       flash@0 {
+       spi_flash: flash@0 {
                compatible = "jedec,spi-nor";
                spi-max-frequency = <50000000>;
                reg = <0>;