ARM: dts: msm: Update trustedvm device tree board id for Sun MTP and CDP

Update the trusted VM devicetree for Sun MTP and CDP.

Change-Id: I730350197c25350632bf65adb9aff101685c281d
Signed-off-by: Rui Chen <quic_ruc@quicinc.com>
This commit is contained in:
Rui Chen
2024-01-30 13:09:59 +08:00
parent eb5a7fdf0e
commit f3e72ba454
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@
model = "Qualcomm Technologies, Inc. Sun CDP - TrustedVM";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x10001 0>;
qcom,board-id = <1 0>;
};

View File

@@ -13,5 +13,5 @@
model = "Qualcomm Technologies, Inc. Sun MTP - TrustedVM";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x10008 0>;
qcom,board-id = <8 0>;
};