ARM: dts: msm: add supported platform variants for sun target

Add Kiwi, v8 Power Grid, v8 Power Grid with Kiwi on RCM platform
and 3.5mm on MTP platform for sun target.
Add APQ SOC id and add more models for compatible property on Kiwi
CDP and MTP platforms for sun target.

Change-Id: I443e45414ba663cbb0672e686e9757e861379f5c
Signed-off-by: Jayasri Sampath Kumaran <quic_jsampath@quicinc.com>
Signed-off-by: Bruce Levy <quic_blevy@quicinc.com>
This commit is contained in:
Jayasri Sampath Kumaran
2024-01-31 15:26:17 -05:00
committed by Bruce Levy
parent 3ac8b0243c
commit 2275601a15
8 changed files with 77 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
@@ -10,7 +10,7 @@
/ {
model = "Qualcomm Technologies, Inc. Sun MTP";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
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,board-id = <8 0>;
};