arm64: dts: rockchip: rename NanoPC-T6 LTS Plus to NanoPC-T6 Plus#478
Open
igorpecovnik wants to merge 1 commit intork-6.1-rkr5.1from
Open
arm64: dts: rockchip: rename NanoPC-T6 LTS Plus to NanoPC-T6 Plus#478igorpecovnik wants to merge 1 commit intork-6.1-rkr5.1from
igorpecovnik wants to merge 1 commit intork-6.1-rkr5.1from
Conversation
The 'NanoPC-T6 LTS Plus' added in 45533e9 does not exist as a FriendlyElec product — the actual board is the NanoPC-T6 Plus. Rename the source to rk3588-nanopc-t6-plus.dts (only change in the file itself is the model string), and keep rk3588-nanopc-t6-lts-plus .dts as a symlink to it so the existing rk3588-nanopc-t6-lts-plus.dtb artifact continues to build for any image already pinned to that name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The NanoPC-T6 LTS Plus added in 45533e9 does not exist as a FriendlyElec product — the actual board is the NanoPC-T6 Plus.
This PR renames the source file accordingly and keeps the old name as a back-compat symlink so any image already pinned to
rk3588-nanopc-t6-lts-plus.dtbkeeps booting.Closes #477.
Changes
rk3588-nanopc-t6-plus.dts(identical to the oldrk3588-nanopc-t6-lts-plus.dtsapart from themodelstring).rk3588-nanopc-t6-lts-plus.dts→ symlink →rk3588-nanopc-t6-plus.dts.rk3588-nanopc-t6-plus.dtb; the existingrk3588-nanopc-t6-lts-plus.dtbline stays so the artefact keeps shipping.Test plan
make ARCH=arm64 dtbsproduces bothrk3588-nanopc-t6-plus.dtbandrk3588-nanopc-t6-lts-plus.dtbfrom the single source.rk3588-nanopc-t6-lts-plus.dtbboots unchanged.