diff --git a/Kbuild b/Kbuild index 08eef20b..7b651b7c 100644 --- a/Kbuild +++ b/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) diff --git a/sunp-hdk-peach-cnss-v8.dts b/sunp-hdk-peach-cnss-v8.dts new file mode 100644 index 00000000..1bdf3114 --- /dev/null +++ b/sunp-hdk-peach-cnss-v8.dts @@ -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>; +}; diff --git a/sunp-hdk-peach-cnss-v8.dtsi b/sunp-hdk-peach-cnss-v8.dtsi new file mode 100644 index 00000000..db375158 --- /dev/null +++ b/sunp-hdk-peach-cnss-v8.dtsi @@ -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; +};