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

This commit is contained in:
qctecmdr
2024-02-05 14:51:07 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 2 additions and 2 deletions

View File

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