diff options
| author | Johan Jonker <[email protected]> | 2026-01-16 23:12:08 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-10 10:07:02 -0600 |
| commit | ff2a978725a19bd0f34df3bc3613bfda4ccf6255 (patch) | |
| tree | 6641e2591820701cce2efd576c0ddf38fb945030 | |
| parent | c494a49d836977e4a8cc4bc42daa75353c71c8fa (diff) | |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
[ upstream commit: ac7116a626e00d3024adedb43b74bdf2ce45efc2 ]
(cherry picked from commit 38e6f7cd300f66cc9f657cd0e8881a01acc664d0)
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | dts/upstream/src/arm/rockchip/rk3288-veyron.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/upstream/src/arm/rockchip/rk3288-veyron.dtsi b/dts/upstream/src/arm/rockchip/rk3288-veyron.dtsi index 260d6c92cfd..2d6cf08d00f 100644 --- a/dts/upstream/src/arm/rockchip/rk3288-veyron.dtsi +++ b/dts/upstream/src/arm/rockchip/rk3288-veyron.dtsi @@ -388,7 +388,7 @@ rx-sample-delay-ns = <12>; - flash@0 { + spi_flash: flash@0 { compatible = "jedec,spi-nor"; spi-max-frequency = <50000000>; reg = <0>; |
