From 84e96845d0e45bf53cc2d026565c7e01866257c4 Mon Sep 17 00:00:00 2001 From: Varun Kumar Date: Mon, 28 Oct 2024 17:49:18 +0530 Subject: [PATCH] [NFC][DTS]: Added support for new soc for tuna Added support for new soc for tuna Change-Id: I8cc9417748492af5b36863fb835114d3cc737b33 --- nxp/tuna-nfc.dts | 2 +- st/tuna-nfc.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nxp/tuna-nfc.dts b/nxp/tuna-nfc.dts index 3c314ca8..936049e9 100644 --- a/nxp/tuna-nfc.dts +++ b/nxp/tuna-nfc.dts @@ -11,6 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Tuna SoC"; compatible = "qcom,tuna"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <8 4>; }; diff --git a/st/tuna-nfc.dts b/st/tuna-nfc.dts index 9dab700a..4073ea44 100644 --- a/st/tuna-nfc.dts +++ b/st/tuna-nfc.dts @@ -11,6 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Tuna SoC"; compatible = "qcom,tuna"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <33 0>, <1 0>, <8 0>, <11 0>, <21 0>; };