dts: Add ni-bluefinlc device tree#271
Merged
gratian merged 2 commits intoni:nilrt/master/6.12from Apr 14, 2026
Merged
Conversation
chaitu236
requested changes
Apr 9, 2026
524a89f to
95b8f54
Compare
Author
|
@chaitu236 I added ply as import ply but for some reason it still complains no module named ply. I did rebase on the latest main, so I'm not sure why checkpatch.pl still fails. It's not even a patch to begin with, it's just a commit so I'm a little confused why run checkpatch. Any pointers will be appreciated :) |
bstreiff
reviewed
Apr 13, 2026
Contributor
bstreiff
left a comment
There was a problem hiding this comment.
It's not even a patch to begin with, it's just a commit so I'm a little confused why run checkpatch.
The commit is itself a patch. git is just a bunch of tools for e-mailing patches around. (Just with increasingly nebulous definitions of "e-mail", since git forges like github do a very good job of hiding that part.)
chaitu236
reviewed
Apr 13, 2026
dfbdada to
faa0bc7
Compare
Device tree for Bluefin LC devices are for Low-cost Ethernet cDAQ-9183 and cDAQ-9187. The changes here is to update the model name, NIDEVCODE and removal of dsa switch port 2 (sw1) since Bluefin LC devices only have a single ethernet port. Otherwise, the rest of the device tree remains the same as Bluefin. Signed-off-by: deooi <deborah.ooi@emerson.com>
faa0bc7 to
5069aa2
Compare
We need this because pr checks are complaining about missing ply and git module. Signed-off-by: deooi <deborah.ooi@emerson.com>
5069aa2 to
53020c4
Compare
chaitu236
approved these changes
Apr 14, 2026
bstreiff
approved these changes
Apr 14, 2026
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.
Device tree for Bluefin LC devices are for Low-cost Ethernet cDAQ-9183 and cDAQ-9187.
The changes here is to update the model name, NIDEVCODE and removal of dsa switch port 2 (sw1) since Bluefin LC devices only have a single ethernet port. Otherwise, the rest of the device tree remains the same as Bluefin.
Testing:

When built together with these changes https://github.com/ni/meta-expio/pull/51, we were able to get ni-bluefinlc.dtb generated.