ARM: dts: msm: Add fix for SW_CTRL mapped to wrong GPIO66 on MSM side

GPIO66 is mapped wrongly on MSM side causing SW_CTRL not able to send
signal to go clock ON. Fix is to overlay default configuration by adding
new changes which votes for RPMH_RF_CLK3 and disables retention mode.

Change-Id: I05414d92979c6eb5fe437683711ebf76ef2a8e86
This commit is contained in:
Mahesh Sharma
2020-02-10 11:10:41 -08:00
committed by Gerrit - the friendly Code Review server
parent 8b850246cb
commit ffd5c8d97b
2 changed files with 18 additions and 0 deletions

View File

@@ -11,3 +11,12 @@
clocks = <&clock_rpmh RPMH_RF_CLK3>;
clock-names = "rf_clk";
};
&bluetooth {
qcom,bt-vdd-aon-config = <950000 950000 0 0>;
qcom,bt-vdd-dig-config = <950000 950000 0 0>;
qcom,bt-vdd-rfa1-config = <1900000 1900000 0 0>;
qcom,bt-vdd-rfa2-config = <1256000 1256000 0 0>;
clocks = <&clock_rpmh RPMH_RF_CLK3>;
clock-names = "ref3_clk";
};

View File

@@ -11,3 +11,12 @@
clocks = <&clock_rpmh RPMH_RF_CLK3>;
clock-names = "rf_clk";
};
&bluetooth {
qcom,bt-vdd-aon-config = <950000 950000 0 0>;
qcom,bt-vdd-dig-config = <950000 950000 0 0>;
qcom,bt-vdd-rfa1-config = <1900000 1900000 0 0>;
qcom,bt-vdd-rfa2-config = <1256000 1256000 0 0>;
clocks = <&clock_rpmh RPMH_RF_CLK3>;
clock-names = "ref3_clk";
};