提交 afc57b18 编写于 作者: O Olof Johansson

Merge tag 'qcom-arm64-for-4.18-2' of...

Merge tag 'qcom-arm64-for-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/dt

Qualcomm ARM64 Updates for v4.18 Part 2

* Fix UFS GDSC on msm8996
* Remove unused BT node regulator
* Correct WLAN PCIe regulator endpoint name

* tag 'qcom-arm64-for-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
  arm64: dts: apq8096-db820c: Removed bt-en-1-8v regulator
  arm64: dts: fix regulator property name for wlan pcie endpoint
  arm64: dts: qcom: msm8996: Use UFS_GDSC for UFS
Signed-off-by: NOlof Johansson <olof@lixom.net>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
&pm8994_gpios { &pm8994_gpios {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&ls_exp_gpio_f>; pinctrl-0 = <&ls_exp_gpio_f &bt_en_gpios>;
ls_exp_gpio_f: pm8994_gpio5 { ls_exp_gpio_f: pm8994_gpio5 {
pinconf { pinconf {
......
...@@ -179,19 +179,6 @@ ...@@ -179,19 +179,6 @@
pinctrl-0 = <&usb2_vbus_det_gpio>; pinctrl-0 = <&usb2_vbus_det_gpio>;
}; };
bt_en: bt-en-1-8v {
pinctrl-names = "default";
pinctrl-0 = <&bt_en_gpios>;
compatible = "regulator-fixed";
regulator-name = "bt-en-regulator";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
/* WLAN card specific delay */
startup-delay-us = <70000>;
enable-active-high;
};
wlan_en: wlan-en-1-8v { wlan_en: wlan-en-1-8v {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&wlan_en_gpios>; pinctrl-0 = <&wlan_en_gpios>;
...@@ -211,8 +198,7 @@ ...@@ -211,8 +198,7 @@
pcie@600000 { pcie@600000 {
status = "okay"; status = "okay";
perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>; perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>;
vddpe-supply = <&wlan_en>; vddpe-3v3-supply = <&wlan_en>;
vddpe1-supply = <&bt_en>;
}; };
pcie@608000 { pcie@608000 {
......
...@@ -654,8 +654,6 @@ ...@@ -654,8 +654,6 @@
clocks = <&rpmcc RPM_SMD_LN_BB_CLK>, clocks = <&rpmcc RPM_SMD_LN_BB_CLK>,
<&gcc GCC_UFS_CLKREF_CLK>; <&gcc GCC_UFS_CLKREF_CLK>;
status = "disabled"; status = "disabled";
power-domains = <&gcc UFS_GDSC>;
}; };
ufshc@624000 { ufshc@624000 {
...@@ -674,6 +672,8 @@ ...@@ -674,6 +672,8 @@
vccq-max-microamp = <450000>; vccq-max-microamp = <450000>;
vccq2-max-microamp = <450000>; vccq2-max-microamp = <450000>;
power-domains = <&gcc UFS_GDSC>;
clock-names = clock-names =
"core_clk_src", "core_clk_src",
"core_clk", "core_clk",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册