Skip to content
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

@FIR-433: Made changes to remove peripheral accesses. #6

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boards/tsi/skyp/tsi_skyp_m85.dts
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
zephyr,memory-region = "SRAM1";
};

soc {
/*soc {
peripheral@71000000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x71000000 0x1effffff>;

#include "tsi_skyp_m85-common.dtsi"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this dtsi file be included (moved out of this block)? Your comment block hides this currently.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This inclusion of the dtsi file was only for this soc block. Not including it does not have major impact till we enable another IO.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. I am trying out these changes in my view. I will update you either way.

};
};
};*/

Check warning on line 100 in boards/tsi/skyp/tsi_skyp_m85.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

BLOCK_COMMENT_STYLE

boards/tsi/skyp/tsi_skyp_m85.dts:100 Block comments use a trailing */ on a separate line
};

&jtag_uart {
Expand Down
Loading