Skip to content

Conversation

swarren
Copy link
Contributor

@swarren swarren commented Feb 24, 2020

No description provided.

Modify _linux_id() to check the compatible value for the chip ID
directly, rather than determining the board model and then implicitly
determining the chip based on that. This removes the need to update this
logic whenever a new Jetson board is released.
Use the device tree compatible value to detect which Jetson board the
code is running on, rather than the DT model value. The compatible value
should be more stable. This algorithm exactly matches how Jetson.GPIO
detects boards, so allows easier porting of new board support between
the two code-bases.
Copy link
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks

@makermelissa makermelissa merged commit c93449d into adafruit:master Feb 24, 2020
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.

3 participants