Searched +full:vddrfa1p2 +full:- +full:supply (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | qualcomm-bluetooth.yaml | 1 # 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/Documentation/devicetree/bindings/net/wireless/ |
H A D | qcom,ath11k-pci.yaml | 1 # 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/regulator/ |
H A D | qcom,qca6390-pmu.yaml | 1 # 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/arch/arm64/boot/dts/qcom/ |
H A D | x1p42100-asus-zenbook-a14.dts | 1 // 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 …]
|
H A D | sm8250-xiaomi-elish-common.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2022-2024 Jianhua Lu <lujianhua000@gmail.com> 6 #include <dt-bindings/arm/qcom,ids.h> 7 #include <dt-bindings/phy/phy.h> 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/usb/pd.h> 20 /delete-node/ &adsp_mem; 21 /delete-node/ &cdsp_secure_heap; 22 /delete-node/ &slpi_mem; 23 /delete-node/ &spss_mem; [all …]
|
H A D | sc7280-qcard.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 14 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h> 15 #include <dt-bindings/iio/qcom,spmi-adc7-pmr735a.h> 16 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 17 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 34 wcd9385: audio-codec-1 { 35 compatible = "qcom,wcd9385-codec"; 36 pinctrl-names = "default", "sleep"; 37 pinctrl-0 = <&wcd_reset_n>, <&us_euro_hs_sel>; 38 pinctrl-1 = <&wcd_reset_n_sleep>, <&us_euro_hs_sel>; [all …]
|
/linux/drivers/power/sequencing/ |
H A D | pwrseq-qcom-wcn.c | 1 // 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 …]
|
/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * HCI_IBS (HCI In-Band Sleep) is Qualcomm's power management 13 * Written by Ohad Ben-Cohen <ohad@bencohen.org> 246 if (hu->serdev) { in qca_soc_type() 247 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_soc_type() 249 soc_type = qsd->btsoc_type; in qca_soc_type() 259 if (hu->serdev) { in qca_get_firmware_name() 260 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_get_firmware_name() 262 return qsd->firmware_name[0]; in qca_get_firmware_name() 270 if (hu->serdev) { in qca_get_rampatch_name() [all …]
|