From 19d486101e79803387188afdb59ea8cdf7dd5158 Mon Sep 17 00:00:00 2001 From: Suqun Peng Date: Tue, 23 Apr 2024 10:03:16 +0800 Subject: [PATCH 1/3] btfm: dts: msm: Update board id for VIVO on QRD for V8 sun peach target Update board id for VIVO on QRD for V8 sun peach target Signed-off-by: Suqun Peng CRs-Fixed: 3793000 Change-Id: Id365ec4a45b76259669e6354b5a24aa5bb26a99a --- sun-peach-bt-v8.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sun-peach-bt-v8.dts b/sun-peach-bt-v8.dts index 918bee2d..cb69fcef 100644 --- a/sun-peach-bt-v8.dts +++ b/sun-peach-bt-v8.dts @@ -16,6 +16,6 @@ <639 0x10000>, <639 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>, <0x100027f 0x10000>, <0x100027f 0x20000>; - qcom,board-id = <0x50001 0>, <0x40008 0>, <0x3000B 0>, <0x2000B 0>, + qcom,board-id = <0x50001 0>, <0x40008 0>, <0x3000B 0>, <0x3000B 1>,<0x2000B 0>, <0x30015 0>, <0x10021 0>, <0x60008 0>, <0x40108 0>; }; From e81e178cd3d9d06aa148b62a591a141a018e928e Mon Sep 17 00:00:00 2001 From: Suqun Peng Date: Fri, 26 Apr 2024 09:41:54 +0800 Subject: [PATCH 2/3] btfm: dts: msm: Add support for thick and thin MSM id's sun HDK Add support for thick and thin MSM id's sun HDK Change-Id: I0a5279fbb71688eb8631570ecb45379c299056d4 Signed-off-by: Suqun Peng --- sunp-hdk-peach-bt-v8.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sunp-hdk-peach-bt-v8.dts b/sunp-hdk-peach-bt-v8.dts index 3b626513..230d6179 100644 --- a/sunp-hdk-peach-bt-v8.dts +++ b/sunp-hdk-peach-bt-v8.dts @@ -12,6 +12,8 @@ / { 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,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>, + <0x100026a 0x10000>, <0x100026a 0x20000>, + <0x100027f 0x10000>, <0x100027f 0x20000>; qcom,board-id = <0x1001f 0>; }; From 6d96a9f04b31246cc229e12b7e7aca60ac069488 Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Thu, 18 Jan 2024 09:50:59 +0530 Subject: [PATCH 3/3] btfm: dts: msm: Set Load on L2F/L3F regulators for NPM mode Set Load on L2F/L3F regulators for NPM mode. Change-Id: I4bca39109e553cfacd32b15235b6f58ce803bb8a Signed-off-by: Hemant Gupta --- sun-kiwi-bt-v8.dtsi | 4 ++-- sun-kiwi-bt.dtsi | 4 ++-- sun-peach-bt-v8.dtsi | 4 ++-- sun-peach-bt.dtsi | 4 ++-- sun-wcn788x-v8.dtsi | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sun-kiwi-bt-v8.dtsi b/sun-kiwi-bt-v8.dtsi index 80dc5b46..992781bd 100644 --- a/sun-kiwi-bt-v8.dtsi +++ b/sun-kiwi-bt-v8.dtsi @@ -62,8 +62,8 @@ qcom,bt-vdd-rfa1-supply = <&S7I>; /* BT RFA1.2 LDO */ qcom,bt-vdd-rfa2-supply = <&S3G>; /* BT RFA1.8 LDO */ - qcom,bt-vdd18-aon-config = <1800000 1800000 0 1 1>; - qcom,bt-vdd12-io-config = <1200000 1200000 0 1 1>; + qcom,bt-vdd18-aon-config = <1800000 1800000 30000 1 1>; + qcom,bt-vdd12-io-config = <1200000 1200000 30000 1 1>; qcom,bt-ant-ldo-config = <1800000 1800000 0 1 0>; qcom,bt-vdd-aon-config = <916000 1100000 0 1 0>; qcom,bt-vdd-rfaOp8-config = <916000 1100000 0 1 0>; diff --git a/sun-kiwi-bt.dtsi b/sun-kiwi-bt.dtsi index 1719c052..0f502278 100644 --- a/sun-kiwi-bt.dtsi +++ b/sun-kiwi-bt.dtsi @@ -47,8 +47,8 @@ qcom,bt-vdd-rfa1-supply = <&S7I>; /* BT RFA1.2 LDO */ qcom,bt-vdd-rfa2-supply = <&S3G>; /* BT RFA1.8 LDO */ - qcom,bt-vdd18-aon-config = <1800000 1800000 0 1 0>; - qcom,bt-vdd12-io-config = <1200000 1200000 0 1 0>; + qcom,bt-vdd18-aon-config = <1800000 1800000 30000 1 0>; + qcom,bt-vdd12-io-config = <1200000 1200000 30000 1 0>; qcom,bt-ant-ldo-config = <1800000 1800000 0 1 0>; qcom,bt-vdd-aon-config = <916000 1100000 0 1 0>; qcom,bt-vdd-rfaOp8-config = <916000 1100000 0 1 0>; diff --git a/sun-peach-bt-v8.dtsi b/sun-peach-bt-v8.dtsi index 0acbcb2b..fd3b3506 100644 --- a/sun-peach-bt-v8.dtsi +++ b/sun-peach-bt-v8.dtsi @@ -64,8 +64,8 @@ qcom,bt-vdd-rfa1p8-supply = <&S3G>; /* RFA_1P8 */ qcom,bt-vdd-rfa1p25-supply = <&S7I>; /* RFA_1P2 */ - qcom,bt-vdd18-aon-config = <1800000 1800000 0 1 1>; - qcom,bt-vdd12-io-config = <1200000 1200000 0 1 1>; + qcom,bt-vdd18-aon-config = <1800000 1800000 30000 1 1>; + qcom,bt-vdd12-io-config = <1200000 1200000 30000 1 1>; qcom,bt-ant-ldo-config = <1800000 1860000 0 1 0>; qcom,bt-vdd-aon-config = <876000 1000000 0 1 0>; qcom,bt-vdd-dig-config = <876000 1000000 0 1 0>; diff --git a/sun-peach-bt.dtsi b/sun-peach-bt.dtsi index 5c392ed0..0ef4c18b 100644 --- a/sun-peach-bt.dtsi +++ b/sun-peach-bt.dtsi @@ -49,8 +49,8 @@ qcom,bt-vdd-rfa1p8-supply = <&S3G>; /* RFA_1P8 */ qcom,bt-vdd-rfa1p25-supply = <&S7I>; /* RFA_1P2 */ - qcom,bt-vdd18-aon-config = <1800000 1800000 0 1 0>; - qcom,bt-vdd12-io-config = <1200000 1200000 0 1 0>; + qcom,bt-vdd18-aon-config = <1800000 1800000 30000 1 0>; + qcom,bt-vdd12-io-config = <1200000 1200000 30000 1 0>; qcom,bt-ant-ldo-config = <1800000 1860000 0 1 0>; qcom,bt-vdd-aon-config = <876000 1000000 0 1 0>; qcom,bt-vdd-dig-config = <876000 1000000 0 1 0>; diff --git a/sun-wcn788x-v8.dtsi b/sun-wcn788x-v8.dtsi index 39b6ce65..96cb39d6 100644 --- a/sun-wcn788x-v8.dtsi +++ b/sun-wcn788x-v8.dtsi @@ -64,8 +64,8 @@ qcom,bt-vdd-rfa1p8-supply = <&S3G>; /* RFA_1P8 */ qcom,bt-vdd-rfa1p25-supply = <&S7I>; /* RFA_1P2 */ - qcom,bt-vdd18-aon-config = <1800000 1800000 0 1 1>; - qcom,bt-vdd12-io-config = <1200000 1200000 0 1 1>; + qcom,bt-vdd18-aon-config = <1800000 1800000 30000 1 1>; + qcom,bt-vdd12-io-config = <1200000 1200000 30000 1 1>; qcom,bt-ant-ldo-config = <1800000 1860000 0 1 0>; qcom,bt-vdd-aon-config = <876000 1000000 0 1 0>; qcom,bt-vdd-dig-config = <876000 1000000 0 1 0>;