ARM: dts: msm: Add v8 Power Grid support for Sun QRD SKU2

Add device tree support for v8 Power Grid on QRD SKU2
platform for Sun SoC.

Change-Id: I4bc070e9dbddae39d033fbf16f5ca811295efff6
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
Unnathi Chalicheemala
2023-11-17 13:55:14 -08:00
parent a26ab85972
commit 86b8f7c7d2
4 changed files with 10 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ SUN_BOARDS += \
sun-cdp-v8-overlay.dtbo \
sun-qrd-sku1-overlay.dtbo \
sun-qrd-sku1-v8-overlay.dtbo \
sun-qrd-sku2-overlay.dtbo
sun-qrd-sku2-v8-overlay.dtbo
NOAPQ_SUN_BOARDS += \
sun-rumi-overlay.dtbo

View File

@@ -27,7 +27,7 @@ _platform_map = {
{"name": "sun-mtp-v8-overlay.dtbo"},
{"name": "sun-qrd-sku1-overlay.dtbo"},
{"name": "sun-qrd-sku1-v8-overlay.dtbo"},
{"name": "sun-qrd-sku2-overlay.dtbo"},
{"name": "sun-qrd-sku2-v8-overlay.dtbo"},
{"name": "sun-rumi-overlay.dtbo"},
],
},

View File

@@ -6,10 +6,10 @@
/dts-v1/;
/plugin/;
#include "sun-qrd-sku2.dtsi"
#include "sun-qrd-sku2-v8.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun QRD SKU2";
model = "Qualcomm Technologies, Inc. Sun QRD SKU2 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>;

View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-qrd-sku2.dtsi"