Merge "ARM: dts: msm: Add support for SunP HDK" into wlan-platform.lnx.2.0

This commit is contained in:
CNSS_WLAN Service
2024-04-17 14:16:30 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 30 additions and 0 deletions

1
Kbuild
View File

@@ -3,6 +3,7 @@ dtbo-y += sun-kiwi-cnss.dtbo
dtbo-y += sun-kiwi-cnss-v8.dtbo
dtbo-y += sun-peach-cnss.dtbo
dtbo-y += sun-peach-cnss-v8.dtbo
dtbo-y += sunp-hdk-peach-cnss-v8.dtbo
endif
ifeq ($(CONFIG_ARCH_PINEAPPLE),y)

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sunp-hdk-peach-cnss-v8.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun SoCs HDK";
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>;
qcom,board-id = <0x1001f 0>;
};

View File

@@ -0,0 +1,12 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-peach-cnss-v8.dtsi"
&wlan_peach {
/delete-property/ vdd-wlan-ant-share-supply;
/delete-property/ qcom,vdd-wlan-ant-share-config;
};