From f6bf2ed5adfd4147ce850059353c02d47339e00d Mon Sep 17 00:00:00 2001 From: twa127 <46624596+twa127@users.noreply.github.com> Date: Mon, 3 May 2021 14:31:49 +0100 Subject: [PATCH] Update chip.py --- adafruit_platformdetect/chip.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adafruit_platformdetect/chip.py b/adafruit_platformdetect/chip.py index 46d21ce5..f61878d4 100644 --- a/adafruit_platformdetect/chip.py +++ b/adafruit_platformdetect/chip.py @@ -189,6 +189,9 @@ def _linux_id(self): if self.detector.check_dt_compatible_value("sun50i-h5"): return chips.H5 + if self.detector.check_dt_compatible_value("sun50i-h6"): + return chips.H6 + if self.detector.check_dt_compatible_value("sun50iw9"): return chips.H616