forked from openbmc/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Integ sp8 dts overlay support 27012026 #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
akky16
wants to merge
9
commits into
integ_sp8
Choose a base branch
from
integ_sp8_dts_overlay_support_27012026
base: integ_sp8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
676a840
misc: amd-apml: Revert temporary PID hardcoding
akky16 275f2c6
Revert "drivers: sbtsi: use static address mapped from PID"
akky16 550af5a
Revert "drivers: sbrmi: use static address mapped from PID"
akky16 c11cd2f
arch: dts: Add dts entries for RMI/TSI devices
akky16 ac5ba25
arch: dts: Add dts overlay support
akky16 14ee951
drivers: misc: amd-apml: Set device address using dynamic address
akky16 92ffe9b
drivers: misc: amd-apml: Set device address using dynamic address
akky16 2c2a183
aspeed:arm64:boot:dts morocco dts for review
mahkurap af3929e
overlays: for review only
mahkurap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
58 changes: 58 additions & 0 deletions
58
arch/arm64/boot/dts/aspeed/overlays/2x1p-config-overlay.dts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| // SPDX-License-Identifier: GPL-2.0 | ||
| /dts-v1/; | ||
| /plugin/; | ||
|
|
||
| / { | ||
| fragment@0 { | ||
| target-path = "/soc@14000000/i3c5@14c25000"; | ||
| __overlay__ { | ||
| sbtsi_p1_iod0: sbtsi@48,22401000118 { | ||
| status = "disabled"; | ||
| reg = <0x48 0x224 0x01000118>; | ||
| assigned-address = <0x48>; | ||
| }; | ||
|
|
||
| sbtsi_p1_iod0_AB: sbtsi@48,22401000119 { | ||
| status = "disabled"; | ||
| reg = <0x48 0x224 0x01000119>; | ||
| assigned-address = <0x48>; | ||
| }; | ||
|
|
||
| sbtsi_2x1p_iod0: sbtsi@4c,22400000118 { | ||
| status = "okay"; | ||
| reg = <0x4c 0x224 0x00000118>; | ||
| assigned-address = <0x48>; | ||
| }; | ||
|
|
||
| sbtsi_2x1p_iod0_AB: sbtsi@4c,22400000119 { | ||
| status = "okay"; | ||
| reg = <0x4c 0x224 0x00000119>; | ||
| assigned-address = <0x48>; | ||
| }; | ||
|
|
||
| sbrmi_p1_iod0: sbrmi@38,22401001118 { | ||
| status = "disabled"; | ||
| reg = <0x38 0x224 0x01001118>; | ||
| assigned-address = <0x38>; | ||
| }; | ||
|
|
||
| sbrmi_p1_iod0_AB: sbrmi@38,22401001119 { | ||
| status = "disabled"; | ||
| reg = <0x38 0x224 0x01001119>; | ||
| assigned-address = <0x38>; | ||
| }; | ||
|
|
||
| sbrmi_2x1p_iod0: sbrmi@3c,22400001118 { | ||
| status = "okay"; | ||
| reg = <0x3c 0x224 0x00001118>; | ||
| assigned-address = <0x38>; | ||
| }; | ||
|
|
||
| sbrmi_2x1p_iod0_AB: sbrmi@3c,22400001119 { | ||
| status = "okay"; | ||
| reg = <0x3c 0x224 0x00001119>; | ||
| assigned-address = <0x38>; | ||
| }; | ||
| }; | ||
| }; | ||
| }; | ||
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the changes for AB/B0 based SoC as well.