From 523eb1e50453ca62019b4c8b89a94e712922bf16 Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Fri, 28 Jun 2024 13:37:20 +0530 Subject: [PATCH] btfm: dts: msm: Rename wcn788x to wcn786x Rename wcn788x to wcn786x Change-Id: I4bda49109e543ffacd32b15135b6f58ce803bb8b Signed-off-by: Hemant Gupta --- Kbuild | 2 +- sun-wcn788x-v8.dts => sun-wcn786x-v8.dts | 2 +- sun-wcn788x-v8.dtsi => sun-wcn786x-v8.dtsi | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename sun-wcn788x-v8.dts => sun-wcn786x-v8.dts (93%) rename sun-wcn788x-v8.dtsi => sun-wcn786x-v8.dtsi (97%) diff --git a/Kbuild b/Kbuild index f2c15e1b..cf4fd8d6 100644 --- a/Kbuild +++ b/Kbuild @@ -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 diff --git a/sun-wcn788x-v8.dts b/sun-wcn786x-v8.dts similarity index 93% rename from sun-wcn788x-v8.dts rename to sun-wcn786x-v8.dts index 9dd3d7f7..058ce1ad 100644 --- a/sun-wcn788x-v8.dts +++ b/sun-wcn786x-v8.dts @@ -7,7 +7,7 @@ /dts-v1/; /plugin/; -#include "sun-wcn788x-v8.dtsi" +#include "sun-wcn786x-v8.dtsi" / { model = "Qualcomm Technologies, Inc. Sun SoCs"; diff --git a/sun-wcn788x-v8.dtsi b/sun-wcn786x-v8.dtsi similarity index 97% rename from sun-wcn788x-v8.dtsi rename to sun-wcn786x-v8.dtsi index 75d5ecb2..f3560e31 100644 --- a/sun-wcn788x-v8.dtsi +++ b/sun-wcn786x-v8.dtsi @@ -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>;