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:
committed by
Bruno Martins
parent
49cbf625f2
commit
40161df056
@@ -266,6 +266,7 @@ class DeviceTree(DeviceTreeInfo):
|
|||||||
EXTRA_KEYS = (
|
EXTRA_KEYS = (
|
||||||
('oplus,hw-id', 1),
|
('oplus,hw-id', 1),
|
||||||
('oplus,project-id', 1),
|
('oplus,project-id', 1),
|
||||||
|
('qcom,oem-id', 1),
|
||||||
('xiaomi,miboard-id', 2),
|
('xiaomi,miboard-id', 2),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user