Merge "ARM: dts: msm: Add APQ SOC ID to sensor overlay" into camera-kernel.lnx.5.0

This commit is contained in:
Camera Software Integration
2022-01-05 01:00:25 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Diwali IDP";
compatible = "qcom,diwali";
qcom,msm-id = <506 0x10000>;
qcom,msm-id = <506 0x10000>, <547 0x10000>;
qcom,board-id = <34 0>, <34 2>, <34 3>;
};

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Diwali QRD";
compatible = "qcom,diwali";
qcom,msm-id = <506 0x10000>;
qcom,msm-id = <506 0x10000>, <547 0x10000>;
qcom,board-id = <0x1000B 0>;
};
};