We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74533c3 + 1e5c42b commit abfa20bCopy full SHA for abfa20b
adafruit_platformdetect/chip.py
@@ -213,14 +213,14 @@ def _linux_id(self):
213
if self.detector.check_dt_compatible_value("sun50i-h5"):
214
return chips.H5
215
216
- if self.detector.check_dt_compatible_value("sun50i-h6"):
217
- return chips.H6
+ if self.detector.check_dt_compatible_value("sun50i-h616"):
+ return chips.H616
218
219
if self.detector.check_dt_compatible_value("sun50iw9"):
220
return chips.H616
221
222
- if self.detector.check_dt_compatible_value("sun50i-h616"):
223
- return chips.H616
+ if self.detector.check_dt_compatible_value("sun50i-h6"):
+ return chips.H6
224
225
if self.detector.check_dt_compatible_value("mediatek,mt8167"):
226
return chips.MT8167
0 commit comments