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
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
// 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;
|
|
};
|