Home
last modified time | relevance | path

Searched +full:vddrfa1p8 +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/net/wireless/
H A Dqcom,ath11k-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Jeff Johnson <jjohnson@kernel.org>
19 - pci17cb,1101 # QCA6390
20 - pci17cb,1103 # WCN6855
25 qcom,calibration-variant:
31 qcom,ath11k-calibration-variant:
38 firmware-name:
[all …]
/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dqualcomm-bluetooth.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Balakrishna Godavarthi <quic_bgodavar@quicinc.com>
11 - Rocky Liao <quic_rjliao@quicinc.com>
14 This binding describes Qualcomm UART-attached bluetooth chips.
19 - qcom,qca2066-bt
20 - qcom,qca6174-bt
21 - qcom,qca9377-bt
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dx1p42100-asus-zenbook-a14.dts1 // SPDX-License-Identifier: BSD-3-Clause
7 /dts-v1/;
10 #include "x1-asus-zenbook-a14.dtsi"
12 /delete-node/ &pmc8380_6;
13 /delete-node/ &pmc8380_6_thermal;
17 compatible = "asus,zenbook-a14-ux3407qa", "qcom,x1p42100";
19 wcn6855-pmu {
20 compatible = "qcom,wcn6855-pmu";
22 vddaon-supply = <&vreg_wcn_0p95>;
23 vddio-supply = <&vreg_wcn_1p9>;
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,qca6390-pmu.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
20 - qcom,qca6390-pmu
21 - qcom,wcn6750-pmu
22 - qcom,wcn6855-pmu
23 - qcom,wcn7850-pmu
25 vdd-supply:
[all …]
/linux/drivers/power/sequencing/
H A Dpwrseq-qcom-wcn.c1 // SPDX-License-Identifier: GPL-2.0-only
45 if (!ctx->pdata->gpio_enable_delay_ms) in pwrseq_qcom_wcn_ensure_gpio_delay()
48 diff_jiffies = jiffies - ctx->last_gpio_enable_jf; in pwrseq_qcom_wcn_ensure_gpio_delay()
51 if (diff_msecs < ctx->pdata->gpio_enable_delay_ms) in pwrseq_qcom_wcn_ensure_gpio_delay()
52 msleep(ctx->pdata->gpio_enable_delay_ms - diff_msecs); in pwrseq_qcom_wcn_ensure_gpio_delay()
59 return regulator_bulk_enable(ctx->pdata->num_vregs, ctx->regs); in pwrseq_qcom_wcn_vregs_enable()
66 return regulator_bulk_disable(ctx->pdata->num_vregs, ctx->regs); in pwrseq_qcom_wcn_vregs_disable()
70 .name = "regulators-enable",
79 return clk_prepare_enable(ctx->clk); in pwrseq_qcom_wcn_clk_enable()
86 clk_disable_unprepare(ctx->clk); in pwrseq_qcom_wcn_clk_disable()
[all …]