ARM: dts: Add coralreef device tree#215
Merged
gratian merged 3 commits intoni:nilrt/master/6.6from Mar 14, 2025
Merged
Conversation
|
@DeborahOoi96 can you squash/combine the fixes in commits: into the commit that adds the device tree:
They look like fixes to the original commit and there is no reason to have to carry them separately. Everything else looks fine. |
0e1550b to
79ba672
Compare
Copied largely from ni-bluefin.dts, but with more DSA ports and USB gone. Updated port order such that "sw0" lines up with "Port 0" etc. Updated status LED to be a bicolour blue and yellow LED, not green. Signed-off-by: Brandon Streiff <brandon.streiff@ni.com> Acked-by: Kyle Roeschley <kyle.roeschley@ni.com> Acked-by: Erik Hons <erik.hons@ni.com> Acked-by: Haris Okanovic <haris.okanovic@ni.com> Natinst-ReviewBoard-ID: 310589 (cherry picked from commit 3b0fa2e) Natinst-ReviewBoard-ID: 320599 (cherry picked from commit ff0acb4) Natinst-ReviewBoard-ID: 325354 (cherry picked from commit 83855f3) Signed-off-by: deooi <deborah.ooi@ni.com>
Move ni-coralreef.dts to the xilinx folder together with the other xilinx devices. Signed-off-by: deooi <deborah.ooi@ni.com>
zynq-7000.dtsi contains updated AMBA and GPIO device tree node phandles. Adopt these changes by referencing i2c0 phandle instead of amba node for overriding i2c bindings, and refer to gpio0 phandle instead of gpio. Signed-off-by: deooi <deborah.ooi@ni.com>
79ba672 to
3b25e6f
Compare
chaitu236
approved these changes
Mar 14, 2025
gratian
approved these changes
Mar 14, 2025
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.
WI: AB#2959890
Changes required to build ni-coralreef.dts with updated zynq-7000.dtsi device tree bindings. Largely copied from ni-bluefin.dts.
Testing: Manually built kernel with changes and observed that ni-coralreef.dtb does show up. Decompiled resulting ni-coralreef.dtb via dtc to ensure changes are applied.