]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: rockchip: Add spi_flash label to rk3288-veyron
authorJohan Jonker <jbx6244@gmail.com>
Fri, 16 Jan 2026 22:12:08 +0000 (23:12 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Mar 2026 16:07:02 +0000 (10:07 -0600)
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>
[ upstream commit: ac7116a626e00d3024adedb43b74bdf2ce45efc2 ]

(cherry picked from commit 38e6f7cd300f66cc9f657cd0e8881a01acc664d0)
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
dts/upstream/src/arm/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>;