Home
last modified time | relevance | path

Searched +full:vdddig +full:- +full:supply (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,wcnss-pil.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,wcnss-pil.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
21 - items:
22 - enum:
23 - qcom,pronto-v1-pil
24 - qcom,pronto-v2-pil
25 - qcom,pronto-v3-pil
[all …]
/openbmc/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 <bgodavar@codeaurora.org>
11 - Rocky Liao <rjliao@codeaurora.org>
14 This binding describes Qualcomm UART-attached bluetooth chips.
19 - qcom,qca2066-bt
20 - qcom,qca6174-bt
21 - qcom,qca9377-bt
[all …]
/openbmc/linux/drivers/remoteproc/
H A Dqcom_wcnss_iris.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
41 { "vdddig", 1800000, 1800000, 10000 },
52 { "vdddig", 1200000, 1225000, 10000 },
63 { "vdddig", 1800000, 1800000, 10000 },
73 ret = regulator_bulk_enable(iris->num_vregs, iris->vregs); in qcom_iris_enable()
77 ret = clk_prepare_enable(iris->xo_clk); in qcom_iris_enable()
79 dev_err(&iris->dev, "failed to enable xo clk\n"); in qcom_iris_enable()
86 regulator_bulk_disable(iris->num_vregs, iris->vregs); in qcom_iris_enable()
93 clk_disable_unprepare(iris->xo_clk); in qcom_iris_disable()
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-pm8916.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * msm8916-pm8916.dtsi describes common properties (e.g. regulator connections)
6 * were rarely re-used for different purposes. Devices that deviate from the
8 * the necessary properties in the board-specific device tree.
15 vdda-supply = <&pm8916_l2>;
19 vdda-supply = <&pm8916_l2>;
20 vddio-supply = <&pm8916_l6>;
24 vddio-supply = <&pm8916_l6>;
28 pll-supply = <&pm8916_l7>;
32 vdd-cdc-io-supply = <&pm8916_l5>;
[all …]
H A Dmsm8939-pm8916.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * msm8939-pm8916.dtsi describes common properties (e.g. regulator connections)
6 * were rarely re-used for different purposes. Devices that deviate from the
8 * the necessary properties in the board-specific device tree.
15 vdda-supply = <&pm8916_l2>;
16 vddio-supply = <&pm8916_l6>;
20 vddio-supply = <&pm8916_l6>;
24 vdda-supply = <&pm8916_l2>;
25 vddio-supply = <&pm8916_l6>;
29 vddio-supply = <&pm8916_l6>;
[all …]
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-fairphone-fp2.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-msm8974pro.dtsi"
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/leds/common.h>
7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
12 chassis-type = "handset";
21 stdout-path = "serial0:115200n8";
24 gpio-keys {
25 compatible = "gpio-keys";
27 pinctrl-names = "default";
[all …]
H A Dqcom-msm8974pro-oneplus-bacon.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-msm8974pro.dtsi"
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
11 chassis-type = "handset";
12 qcom,msm-id = <194 0x10000>;
13 qcom,board-id = <8 0>;
20 stdout-path = "serial0:115200n8";
23 gpio-keys {
24 compatible = "gpio-keys";
[all …]
H A Dqcom-apq8064.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/clock/qcom,gcc-msm8960.h>
5 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
6 #include <dt-bindings/reset/qcom,gcc-msm8960.h>
7 #include <dt-bindings/clock/qcom,mmcc-msm8960.h>
8 #include <dt-bindings/clock/qcom,rpmcc.h>
9 #include <dt-bindings/soc/qcom,gsbi.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
[all …]
/openbmc/linux/drivers/bluetooth/
H A Dhci_qca.c1 // 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>
243 if (hu->serdev) { in qca_soc_type()
244 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_soc_type()
246 soc_type = qsd->btsoc_type; in qca_soc_type()
256 if (hu->serdev) { in qca_get_firmware_name()
257 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_get_firmware_name()
259 return qsd->firmware_name; in qca_get_firmware_name()
284 struct qca_data *qca = hu->priv; in serial_clock_vote()
[all …]