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
This commit is contained in:
Alexander Koskovich
2025-06-12 21:08:59 -04:00
committed by Bruno Martins
parent 49cbf625f2
commit 40161df056

View File

@@ -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),
)