From 73907947aa0ef9d4297745e11eb4c82fc7316dc5 Mon Sep 17 00:00:00 2001 From: Shadul Shaikh Date: Tue, 29 Oct 2024 12:50:27 +0530 Subject: [PATCH] ARM: dts: msm: Add new soc id support for Tuna Add APQ SOC ID support for Tuna MTP/CDP. CRs-Fixed: 3961927. Change-Id: I4da667b1646e3351117de000cd3013cc4d4d3430 Signed-off-by: Shadul Shaikh --- tuna-camera-sensor-cdp.dts | 2 +- tuna-camera-sensor-mtp.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tuna-camera-sensor-cdp.dts b/tuna-camera-sensor-cdp.dts index 70f3e1c0..b9631c5e 100644 --- a/tuna-camera-sensor-cdp.dts +++ b/tuna-camera-sensor-cdp.dts @@ -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>; }; diff --git a/tuna-camera-sensor-mtp.dts b/tuna-camera-sensor-mtp.dts index 1f6d39a1..1b06b857 100644 --- a/tuna-camera-sensor-mtp.dts +++ b/tuna-camera-sensor-mtp.dts @@ -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>; };