From e8f520d63beddd2cafdb75b9e3881055edbe6e2c Mon Sep 17 00:00:00 2001 From: PRANAY BHARGAV BHAVARAJU Date: Wed, 19 Jun 2024 11:31:25 +0530 Subject: [PATCH] eSE-devicetree: Added support for eSE on cdp kiwi board As eSE is present in CDP boards, added the board and msm id's for all the relevant boards. Change-Id: I53da774b982a9c0ec18c0a89e9160d0484a80d17 (cherry picked from commit 4a7f36c23783b3aa2331fb6ec899debd7d5783d7) --- Kbuild | 1 + sun-ese-cdp-kiwi-v8.dts | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 sun-ese-cdp-kiwi-v8.dts diff --git a/Kbuild b/Kbuild index 41a345ae..048d86e4 100644 --- a/Kbuild +++ b/Kbuild @@ -3,6 +3,7 @@ dtbo-y += sun-ese-mtp.dtbo dtbo-y += sun-ese-rcm-v8.dtbo dtbo-y += sun-ese-rcm.dtbo dtbo-y += sun-ese-mtp-kiwi-v8.dtbo +dtbo-y += sun-ese-cdp-kiwi-v8.dtbo dtbo-y += sun-ese-atp.dtbo dtbo-y += sun-ese-qrd-sku1.dtbo dtbo-y += sun-ese-qrd-sku1-v8.dtbo diff --git a/sun-ese-cdp-kiwi-v8.dts b/sun-ese-cdp-kiwi-v8.dts new file mode 100644 index 00000000..eb742353 --- /dev/null +++ b/sun-ese-cdp-kiwi-v8.dts @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: BSD-3-Clause + +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include "sun-ese-common.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun CDP Kiwi WLAN 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>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; + qcom,board-id = <0x60001 0>; +};