arm: dts: nuvoton: align olympus DTS to 6.1 and keep 6.12 BPC - #567
Open
lyon0417 wants to merge 1 commit into
Open
arm: dts: nuvoton: align olympus DTS to 6.1 and keep 6.12 BPC#567lyon0417 wants to merge 1 commit into
lyon0417 wants to merge 1 commit into
Conversation
Restore Olympus DTS content to the 6.1-based layout for NPCM750, including board aliases, flash partition mapping, and platform nodes expected by the existing Olympus userspace stack. On top of the 6.1 base, keep the extra changes required for current 6.12 behavior: - add i2c5 slave_mqueue node for userspace queue handling - add lpc_host/lpc_bpc override with nuvoton,monitor-ports = <0x80> and enable status for POST code capture - switch lpc_bpc compatible in common NPCM7xx dtsi from "nuvoton,npcm750-lpc-bpc" to "nuvoton,npcm-bpc" so the 6.12 npcm-bpc driver can bind and create /dev/npcm-bpc0 These additions preserve the 6.1 functional baseline while matching 6.12 driver binding requirements for BPC POST code logging. Signed-off-by: Lyon Huang <chyhuang0417@gmail.com>
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.
Restore Olympus DTS content to the 6.1-based layout for NPCM750, including board aliases, flash partition mapping, and platform nodes expected by the existing Olympus userspace stack.
On top of the 6.1 base, keep the extra changes required for current 6.12 behavior:
These additions preserve the 6.1 functional baseline while matching 6.12 driver binding requirements for BPC POST code logging.