Added chip detection
This commit is contained in:
parent
9d22bb6d2d
commit
2b0643a191
1 changed files with 3 additions and 0 deletions
|
|
@ -290,6 +290,9 @@ class Chip:
|
||||||
if self.detector.check_dt_compatible_value("libretech,aml-s905x-cc"):
|
if self.detector.check_dt_compatible_value("libretech,aml-s905x-cc"):
|
||||||
return chips.S905X
|
return chips.S905X
|
||||||
|
|
||||||
|
if self.detector.check_dt_compatible_value("light-lpi4a"):
|
||||||
|
return chips.TH1520
|
||||||
|
|
||||||
linux_id = None
|
linux_id = None
|
||||||
hardware = self.detector.get_cpuinfo_field("Hardware")
|
hardware = self.detector.get_cpuinfo_field("Hardware")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue