Update chip.py
This commit is contained in:
parent
a464234a75
commit
c91bced85e
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class Chip:
|
|||
return chips.STM32MP157
|
||||
|
||||
if self.detector.check_dt_compatible_value("st,stm32mp153"):
|
||||
return chips.STM32MP157AAA3
|
||||
return chips.STM32MP157DAA1
|
||||
|
||||
if self.detector.check_dt_compatible_value("sun50i-a64"):
|
||||
return chips.A64
|
||||
|
|
|
|||
Loading…
Reference in a new issue