btfm: dts: msm: Rename wcn788x to wcn786x

Rename wcn788x to wcn786x

Change-Id: I4bda49109e543ffacd32b15135b6f58ce803bb8b
Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
This commit is contained in:
Hemant Gupta
2024-06-28 13:37:20 +05:30
parent cffcc7f2b2
commit 523eb1e504
3 changed files with 5 additions and 5 deletions

2
Kbuild
View File

@@ -7,7 +7,7 @@ dtbo-y += sun-peach-bt.dtbo
dtbo-y += sun-kiwi-bt.dtbo
dtbo-y += sun-peach-bt-v8.dtbo
dtbo-y += sun-kiwi-bt-v8.dtbo
dtbo-y += sun-wcn788x-v8.dtbo
dtbo-y += sun-wcn786x-v8.dtbo
dtbo-y += sunp-hdk-peach-bt-v8.dtbo
endif

View File

@@ -7,7 +7,7 @@
/dts-v1/;
/plugin/;
#include "sun-wcn788x-v8.dtsi"
#include "sun-wcn786x-v8.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun SoCs";

View File

@@ -36,13 +36,13 @@
};
&soc {
bluetooth: wcn788x {
compatible = "qcom,wcn788x";
bluetooth: wcn786x {
compatible = "qcom,wcn786x";
nvmem-cells = <&fmd_set>;
nvmem-cell-names = "fmd_set";
clocks = <&rpmhcc RPMH_RF_CLK1>;
clock-names = "bt_rf_clk1";
qcom,wcn788x;
qcom,wcn786x;
pinctrl-names = "bt_en", "sw_ctrl", "bt_fmd_clk_en";
pinctrl-0 = <&bt_en>;
pinctrl-1 = <&cnss_bt_sw_ctrl>;