Skip to content

lopper: assists: add TRNGPSX Zephyr DTS support for Spartan UltraScale+ - #816

Open
Mounika-botcha wants to merge 1 commit into
devicetree-org:masterfrom
Mounika-botcha:master
Open

lopper: assists: add TRNGPSX Zephyr DTS support for Spartan UltraScale+#816
Mounika-botcha wants to merge 1 commit into
devicetree-org:masterfrom
Mounika-botcha:master

Conversation

@Mounika-botcha

Copy link
Copy Markdown
  • zephyr_supported_comp.yaml: add TRNG compatible entry
  • gen_domain_dts.py: keep TRNG node and set status to "okay"

Comment thread lopper/assists/gen_domain_dts.py Outdated
# TRNG
if "xlnx,pmcl-trng-11.0" in node["compatible"].value:
node["compatible"].value = ["xlnx,pmcl-trng-11.0"]
if node.propval('status') != ['okay']:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

status = "okay" should be generated either in pcw.dtsi or pl.dtsi based on the IP type in the sdt right? why we are overriding it?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yes, correct. Will update accordingly.

@kedareswararao

Copy link
Copy Markdown
Contributor

@Mounika-botcha : it's showing 3 commits ideally should be 1 commit please rebase properly

- zephyr_supported_comp.yaml: add TRNG compatible entry
- gen_domain_dts.py: keep TRNG node and extract node properties.

Signed-off-by: Mounika Botcha <mounika.botcha@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants