CAMERA: Adding boardID for for IOT QRD

Adding board-id to camera dts.Camera QRD
is differnt from IOT IDP/IDPS and same is
mobile clarence so using same DTSI.

CRs-Fixed: 3415032
Change-Id: Iaf7f1123e457678ace85e6aa487633ec08580088
This commit is contained in:
Ajay Kumar
2023-02-23 12:43:52 +05:30
committed by Gerrit - the friendly Code Review server
parent f94a100574
commit 04bd34eda0

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Raveline QRD";
compatible = "qcom,raveline";
qcom,msm-id = <568 0x10000>;
qcom,msm-id = <568 0x10000>, <581 0x10000>, <582 0x10000>;
qcom,board-id = <0x1000B 0>, <0x1000B 1>, <0x1000B 0x600>;
};