Merge "ARM: dts: msm: Add new soc id support for Tuna" into camera-kernel.lnx.8.0

This commit is contained in:
Camera Software Integration
2024-11-11 23:17:57 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@
/ {
model = "Qualcomm Technologies, Inc. Tuna CDP/RCM";
compatible = "qcom,tuna-cdp", "qcom,tuna", "qcom,cdp", "qcom,rcm", "qcom,tuna-rcm";
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>;
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>, <694 0x10000>, <694 0x20000>;
qcom,board-id = <1 0>, <21 0>, <21 1>;
};

View File

@@ -17,6 +17,6 @@
/ {
model = "Qualcomm Technologies, Inc. Tuna MTP";
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap", "qcom,mtp";
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>;
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>, <694 0x10000>, <694 0x20000>;
qcom,board-id = <8 0>, <8 1>, <8 2>, <8 3>, <8 4>;
};