Update chip.py
This commit is contained in:
parent
ff3de325e9
commit
f30e22f1ff
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue