ARM: dts: msm: Add kalama APQ msm-id to esoc overlays

This change adds support for kalama APQs for the esoc boards.

Change-Id: I8b12adc63f29c54d015ded624b274f12a506a210
This commit is contained in:
Tengfei Fan
2022-10-19 16:49:40 +08:00
committed by Gerrit - the friendly Code Review server
parent b6ddae5253
commit 10faed24bb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@
/ {
model = "KALAMA PINN CDP";
compatible = "qcom,kalama-cdp", "qcom,kalama", "qcom,cdp";
qcom,msm-id = <519 0x10000>;
qcom,msm-id = <519 0x10000>, <536 0x10000>;
qcom,board-id = <0x03010001 0x3>;
};

View File

@@ -8,6 +8,6 @@
/ {
model = "KALAMA PINN MTP";
compatible = "qcom,kalama-mtp", "qcom,kalama", "qcom,mtp";
qcom,msm-id = <519 0x10000>;
qcom,msm-id = <519 0x10000>, <536 0x10000>;
qcom,board-id = <0x02010008 0x2>;
};