Added chip detection

This commit is contained in:
anonymouscowhead 2024-01-13 03:26:58 +00:00
parent 9d22bb6d2d
commit 2b0643a191

View file

@ -290,6 +290,9 @@ class Chip:
if self.detector.check_dt_compatible_value("libretech,aml-s905x-cc"):
return chips.S905X
if self.detector.check_dt_compatible_value("light-lpi4a"):
return chips.TH1520
linux_id = None
hardware = self.detector.get_cpuinfo_field("Hardware")