From a08ed244f3ea3a256879f21abefac83bfd7cfbd2 Mon Sep 17 00:00:00 2001 From: Ravulapati Vishnu Vardhan Rao Date: Wed, 20 Mar 2024 11:04:40 +0530 Subject: [PATCH] ARM: dts: qcom: Add package ID to msm-IDs for sun SoC Add additional msm-IDs to support an additional package ID. Change-Id: If5b8d5c63a0e13c573e76518fe4999b932413e26 Signed-off-by: Ravulapati Vishnu Vardhan Rao --- sun-audio-atp.dts | 4 +++- sun-audio-cdp-nfc.dts | 4 +++- sun-audio-cdp.dts | 4 +++- sun-audio-hamilton-cdp.dts | 4 +++- sun-audio-hamilton-mtp.dts | 4 +++- sun-audio-hamilton-rcm.dts | 4 +++- sun-audio-hdk.dts | 4 +++- sun-audio-mtp-3.5mm.dts | 4 +++- sun-audio-mtp-nfc.dts | 4 +++- sun-audio-mtp-qmp.dts | 4 +++- sun-audio-mtp.dts | 4 +++- sun-audio-qrd-sku2.dts | 4 +++- sun-audio-qrd.dts | 4 +++- sun-audio-rcm.dts | 4 +++- sun-audio-rumi.dts | 4 +++- sun-audio.dts | 4 +++- 16 files changed, 48 insertions(+), 16 deletions(-) diff --git a/sun-audio-atp.dts b/sun-audio-atp.dts index 575dbb4a..37f3e975 100644 --- a/sun-audio-atp.dts +++ b/sun-audio-atp.dts @@ -11,6 +11,8 @@ model = "Qualcomm Technologies, Inc. Sun ATP"; compatible = "qcom,sun-atp", "qcom,sun", "qcom,sunp-atp", "qcom,sunp", "qcom,atp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x10021 0>; }; diff --git a/sun-audio-cdp-nfc.dts b/sun-audio-cdp-nfc.dts index c307a023..80d5e254 100644 --- a/sun-audio-cdp-nfc.dts +++ b/sun-audio-cdp-nfc.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun CDP ST54L NFC"; compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp", "qcom,cdp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x50001 0>; }; diff --git a/sun-audio-cdp.dts b/sun-audio-cdp.dts index 65782f6a..f3960ba9 100644 --- a/sun-audio-cdp.dts +++ b/sun-audio-cdp.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun CDP"; compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <1 0>, <0x50001 0>; }; diff --git a/sun-audio-hamilton-cdp.dts b/sun-audio-hamilton-cdp.dts index df15e4bd..392b4a19 100644 --- a/sun-audio-hamilton-cdp.dts +++ b/sun-audio-hamilton-cdp.dts @@ -13,7 +13,9 @@ / { model = "Qualcomm Technologies, Inc. Sun CDP"; compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp", "qcom,cdp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x20001 0>, <0x60001 0>; }; diff --git a/sun-audio-hamilton-mtp.dts b/sun-audio-hamilton-mtp.dts index a4db1f54..56cdbfea 100644 --- a/sun-audio-hamilton-mtp.dts +++ b/sun-audio-hamilton-mtp.dts @@ -13,7 +13,9 @@ / { model = "Qualcomm Technologies, Inc. Sun MTP ST54L NFC"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x20008 0>, <0x50008 0>; }; diff --git a/sun-audio-hamilton-rcm.dts b/sun-audio-hamilton-rcm.dts index c1de3779..b36404fd 100644 --- a/sun-audio-hamilton-rcm.dts +++ b/sun-audio-hamilton-rcm.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RCM"; compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp", "qcom,rcm"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x20015 0>, <0x40015 0>; }; diff --git a/sun-audio-hdk.dts b/sun-audio-hdk.dts index 49502bef..1d1de25b 100644 --- a/sun-audio-hdk.dts +++ b/sun-audio-hdk.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. SunP QRD HDK"; compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk"; - qcom,msm-id = <639 0x10000>, <639 0x20000>; + qcom,msm-id = <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x1001f 0>; }; diff --git a/sun-audio-mtp-3.5mm.dts b/sun-audio-mtp-3.5mm.dts index 8148cf7a..00c8b934 100644 --- a/sun-audio-mtp-3.5mm.dts +++ b/sun-audio-mtp-3.5mm.dts @@ -19,6 +19,8 @@ / { model = "Qualcomm Technologies, Inc. Sun MTP with 3.5mm"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x60008 0>; }; diff --git a/sun-audio-mtp-nfc.dts b/sun-audio-mtp-nfc.dts index 674406b5..de023590 100644 --- a/sun-audio-mtp-nfc.dts +++ b/sun-audio-mtp-nfc.dts @@ -13,6 +13,8 @@ / { model = "Qualcomm Technologies, Inc. Sun MTP ST54L NFC"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x30008 0>, <0x40008 0>; }; diff --git a/sun-audio-mtp-qmp.dts b/sun-audio-mtp-qmp.dts index 6bd0e533..ef00d6c8 100644 --- a/sun-audio-mtp-qmp.dts +++ b/sun-audio-mtp-qmp.dts @@ -11,6 +11,8 @@ / { model = "Qualcomm Technologies, Inc. Sun MTP QMP1000"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp", "qcom,sunp-mtp", "qcom,sunp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x10108 0>, <0x40108 0>; }; diff --git a/sun-audio-mtp.dts b/sun-audio-mtp.dts index 323b7b9a..80e2f9be 100644 --- a/sun-audio-mtp.dts +++ b/sun-audio-mtp.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun MTP"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <8 0>; }; diff --git a/sun-audio-qrd-sku2.dts b/sun-audio-qrd-sku2.dts index 914ec927..af418d34 100644 --- a/sun-audio-qrd-sku2.dts +++ b/sun-audio-qrd-sku2.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun QRD"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x2000B 0>; }; diff --git a/sun-audio-qrd.dts b/sun-audio-qrd.dts index 711a5fad..8d0b0a20 100644 --- a/sun-audio-qrd.dts +++ b/sun-audio-qrd.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun QRD"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x1000B 0>, <0x3000B 0>; }; diff --git a/sun-audio-rcm.dts b/sun-audio-rcm.dts index e7841ce8..d4d47c70 100644 --- a/sun-audio-rcm.dts +++ b/sun-audio-rcm.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RCM"; compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp", "qcom,rcm"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x15 0>, <0x30015 0>; }; diff --git a/sun-audio-rumi.dts b/sun-audio-rumi.dts index 2db458a0..9a1b2107 100644 --- a/sun-audio-rumi.dts +++ b/sun-audio-rumi.dts @@ -10,6 +10,8 @@ / { model = "Qualcomm Technologies, Inc. Sun RUMI"; compatible = "qcom,sun-rumi", "qcom,sun", "qcom,rumi"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <15 0>; }; diff --git a/sun-audio.dts b/sun-audio.dts index fc743327..e9362b0b 100644 --- a/sun-audio.dts +++ b/sun-audio.dts @@ -16,6 +16,8 @@ / { model = "Qualcomm Technologies, Inc. Sun"; compatible = "qcom,sun"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0 0>; };