Skip to content

Commit

Permalink
arm64: dts: rockchip: Add backwards compatibility support for CM3588 NAS
Browse files Browse the repository at this point in the history
Existing installations will try to find the old device tree. Include it as stub/link to the new file.
  • Loading branch information
ColorfulRhino authored and amazingfate committed Oct 14, 2024
1 parent 1c8aa02 commit 7d66037
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-firefly-itx-3588j.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-fxblox-rk1.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-hinlink-h88k.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-friendlyelec-cm3588-nas.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-nanopc-cm3588-nas.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-nanopc-t6.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-nanopc-t6-lts.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-nvr-demo-v10.dtb
Expand Down
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-nanopc-cm3588-nas.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/dts-v1/;

#include "rk3588-friendlyelec-cm3588-nas.dts"

// DO NOT ADD ANYTHING TO THIS DTS!
// This file only exists for backwards compatibility for existing installations installed before 2024-08-22.

0 comments on commit 7d66037

Please sign in to comment.