-
``Hi, I'm using an Orin Nano and I would like to add an extra property to one of the pcie root ports Currently my linux-tegra_%.bbappend looks like the following:
And my dts;
It compiles but is not applied in Linux;
I have also tried to use fragments in my dts, but this fails on do_apply_devicetree_overlays:
How can I get this to work? |
Beta Was this translation helpful? Give feedback.
Answered by
kunohel
Jun 27, 2024
Replies: 1 comment
-
I figured it out how to properly apply the property to the pcie node. .bbapend file:
.dts file:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kunohel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out how to properly apply the property to the pcie node.
Solution:
.bbapend file:
.dts file: