Update chip.py

This commit is contained in:
paulcrawford 2019-08-03 09:43:38 -04:00 committed by GitHub
parent ff3de325e9
commit f30e22f1ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,8 @@ class Chip:
linux_id = IMX8MX
if compatible and 'odroid-c2' in compatible:
linux_id = S905
if compatible and 'odroid-n2' in compatible:
linux_id = S922X
elif hardware in ("BCM2708", "BCM2709", "BCM2835"):
linux_id = BCM2XXX