Merge "ARM: dts: msm: Add support for SunP HDK" into wlan-platform.lnx.2.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e5f8a5cd79
1
Kbuild
1
Kbuild
@@ -3,6 +3,7 @@ dtbo-y += sun-kiwi-cnss.dtbo
|
|||||||
dtbo-y += sun-kiwi-cnss-v8.dtbo
|
dtbo-y += sun-kiwi-cnss-v8.dtbo
|
||||||
dtbo-y += sun-peach-cnss.dtbo
|
dtbo-y += sun-peach-cnss.dtbo
|
||||||
dtbo-y += sun-peach-cnss-v8.dtbo
|
dtbo-y += sun-peach-cnss-v8.dtbo
|
||||||
|
dtbo-y += sunp-hdk-peach-cnss-v8.dtbo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_PINEAPPLE),y)
|
ifeq ($(CONFIG_ARCH_PINEAPPLE),y)
|
||||||
|
17
sunp-hdk-peach-cnss-v8.dts
Normal file
17
sunp-hdk-peach-cnss-v8.dts
Normal 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>;
|
||||||
|
};
|
12
sunp-hdk-peach-cnss-v8.dtsi
Normal file
12
sunp-hdk-peach-cnss-v8.dtsi
Normal 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;
|
||||||
|
};
|
Reference in New Issue
Block a user