ARM: dts: msm: Add msm-id to SA8155 overlay files

Add qcom,msm-id property to the overlay files
of SA8155 platforms.

Change-Id: Ibbdc11f1491160ebe4ecc492748467dea75b285a
This commit is contained in:
Shreyas K K
2022-07-19 22:01:45 +05:30
parent aa6aaafad5
commit 2abd633c31
4 changed files with 4 additions and 0 deletions

View File

@@ -7,5 +7,6 @@
model = "ADP-AIR";
compatible = "qcom,sa8155-v2-adp-air", "qcom,sa8155",
"qcom,adp-air";
qcom,msm-id = <362 0x20000>;
qcom,board-id = <0X01000019 0>;
};

View File

@@ -7,5 +7,6 @@
model = "ADP-STAR";
compatible = "qcom,sa8155-adp-star", "qcom,sa8155",
"qcom,adp-star";
qcom,msm-id = <362 0x20000>;
qcom,board-id = <25 0>;
};

View File

@@ -7,5 +7,6 @@
model = "ADP-AIR";
compatible = "qcom,sa8155p-v2-adp-air", "qcom,sa8155p",
"qcom,adp-air";
qcom,msm-id = <367 0x20000>;
qcom,board-id = <0x01000019 0>;
};

View File

@@ -7,5 +7,6 @@
model = "ADP-STAR";
compatible = "qcom,sa8155p-adp-star", "qcom,sa8155p",
"qcom,adp-star";
qcom,msm-id = <367 0x20000>;
qcom,board-id = <25 0>;
};