Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40161df0 authored by Alexander Koskovich's avatar Alexander Koskovich Committed by Bruno Martins
Browse files

merge_dtbs: Add qcom,oem-id to EXTRA_KEYS

This is used by Nothing to differentiate between the base & pro models
on the Phone (3a).

Change-Id: I56f7e58f134571ea35a6dafef54e2b30ba20b5f0
parent 49cbf625
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -266,6 +266,7 @@ class DeviceTree(DeviceTreeInfo):
	EXTRA_KEYS = (
		('oplus,hw-id', 1),
		('oplus,project-id', 1),
		('qcom,oem-id', 1),
		('xiaomi,miboard-id', 2),
	)