From 4eff48c0b7f93b11140749f4e74278ce2c6767fc Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Wed, 2 Apr 2025 20:07:16 +0530 Subject: [PATCH] BTPower: Update power-source to 2 for certain chipsets Update power-source to 2 for chipsets to use 1.2 V for BT_EN CRs-Fixed: 4065538 Change-Id: I72ec6863be8d40b40cdeefbb837f1ac652319173 Signed-off-by: Hemant Gupta --- kera-wcn7750-bt.dtsi | 4 ++-- sun-kiwi-bt-v8.dtsi | 4 ++-- tuna-kiwi-bt.dtsi | 2 +- tuna-wcn7750-bt.dtsi | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kera-wcn7750-bt.dtsi b/kera-wcn7750-bt.dtsi index cbce8468..ec9075b0 100644 --- a/kera-wcn7750-bt.dtsi +++ b/kera-wcn7750-bt.dtsi @@ -15,7 +15,7 @@ input-disable; output-enable; bias-disable; - power-source = <1>; + power-source = <2>; }; bt_fmd_clk_en: bt_fmd_clk_en { pins = "gpio3"; @@ -23,7 +23,7 @@ input-enable; output-disable; bias-disable; - power-source = <1>; + power-source = <2>; }; }; diff --git a/sun-kiwi-bt-v8.dtsi b/sun-kiwi-bt-v8.dtsi index 3fc921d3..2932d11d 100644 --- a/sun-kiwi-bt-v8.dtsi +++ b/sun-kiwi-bt-v8.dtsi @@ -14,7 +14,7 @@ input-disable; output-enable; bias-disable; - power-source = <1>; + power-source = <2>; }; bt_fmd_clk_en: bt_fmd_clk_en { pins = "gpio6"; @@ -22,7 +22,7 @@ input-enable; output-disable; bias-disable; - power-source = <1>; + power-source = <2>; }; }; diff --git a/tuna-kiwi-bt.dtsi b/tuna-kiwi-bt.dtsi index d558f321..10f6dc38 100644 --- a/tuna-kiwi-bt.dtsi +++ b/tuna-kiwi-bt.dtsi @@ -15,7 +15,7 @@ input-disable; output-enable; bias-disable; - power-source = <1>; + power-source = <2>; }; }; diff --git a/tuna-wcn7750-bt.dtsi b/tuna-wcn7750-bt.dtsi index 948a7e86..16572cd3 100644 --- a/tuna-wcn7750-bt.dtsi +++ b/tuna-wcn7750-bt.dtsi @@ -15,7 +15,7 @@ input-disable; output-enable; bias-disable; - power-source = <1>; + power-source = <2>; }; bt_fmd_clk_en: bt_fmd_clk_en { pins = "gpio3"; @@ -23,7 +23,7 @@ input-enable; output-disable; bias-disable; - power-source = <1>; + power-source = <2>; }; };