ARM: dts: msm: Add v8 Power Grid DT support on Sun SoC
Add device tree support for v8 Power Grid on MTP, CDP, QRD platforms for Sun SoC. Change-Id: Iceac9ff05e97fb384f1bb0e641ad6ec568d75076 Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
@@ -22,10 +22,13 @@ SUN_BOARDS += \
|
|||||||
sun-mtp-overlay.dtbo \
|
sun-mtp-overlay.dtbo \
|
||||||
sun-mtp-kiwi-overlay.dtbo \
|
sun-mtp-kiwi-overlay.dtbo \
|
||||||
sun-mtp-nfc-overlay.dtbo \
|
sun-mtp-nfc-overlay.dtbo \
|
||||||
|
sun-mtp-v8-overlay.dtbo \
|
||||||
sun-cdp-overlay.dtbo \
|
sun-cdp-overlay.dtbo \
|
||||||
sun-cdp-kiwi-overlay.dtbo \
|
sun-cdp-kiwi-overlay.dtbo \
|
||||||
sun-cdp-nfc-overlay.dtbo \
|
sun-cdp-nfc-overlay.dtbo \
|
||||||
|
sun-cdp-v8-overlay.dtbo \
|
||||||
sun-qrd-sku1-overlay.dtbo \
|
sun-qrd-sku1-overlay.dtbo \
|
||||||
|
sun-qrd-sku1-v8-overlay.dtbo \
|
||||||
sun-qrd-sku2-overlay.dtbo
|
sun-qrd-sku2-overlay.dtbo
|
||||||
|
|
||||||
NOAPQ_SUN_BOARDS += \
|
NOAPQ_SUN_BOARDS += \
|
||||||
|
17
qcom/sun-cdp-v8-overlay.dts
Normal file
17
qcom/sun-cdp-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-cdp-v8.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun CDP V8 Power Grid";
|
||||||
|
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,board-id = <0x50001 0>;
|
||||||
|
};
|
6
qcom/sun-cdp-v8.dtsi
Normal file
6
qcom/sun-cdp-v8.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-cdp.dtsi"
|
17
qcom/sun-mtp-v8-overlay.dts
Normal file
17
qcom/sun-mtp-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-mtp-v8.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun MTP V8 Power Grid";
|
||||||
|
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 = <0x40008 0>;
|
||||||
|
};
|
6
qcom/sun-mtp-v8.dtsi
Normal file
6
qcom/sun-mtp-v8.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-mtp.dtsi"
|
17
qcom/sun-qrd-sku1-v8-overlay.dts
Normal file
17
qcom/sun-qrd-sku1-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-qrd-sku1-v8.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1 V8 Power Grid";
|
||||||
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp",
|
||||||
|
"qcom,qrd";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
|
qcom,board-id = <0x3000B 0>;
|
||||||
|
};
|
6
qcom/sun-qrd-sku1-v8.dtsi
Normal file
6
qcom/sun-qrd-sku1-v8.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-qrd-sku1.dtsi"
|
Reference in New Issue
Block a user