ARM: dts: msm: Add support for SunP HDK
Add wlan support for SunP HDK. Add new board major/minor device id. Remove vdd-wlan-ant-share-supply since no modem in HDK. Change-Id: I7f5a74bcce67b40653e9ca2cc37c13589533065b CRs-Fixed: 3755710
This commit is contained in:
1
Kbuild
1
Kbuild
@@ -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)
|
||||
|
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