Home
last modified time | relevance | path

Searched +full:vdda_phy +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8064-cm-qs600.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-apq8064-v2.0.dtsi"
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
7 model = "CompuLab CM-QS600";
8 compatible = "qcom,apq8064-cm-qs600", "qcom,apq8064";
15 stdout-path = "serial0:115200n8";
18 sdcc4_pwrseq: pwrseq-sdcc4 {
19 pinctrl-names = "default";
20 pinctrl-0 = <&wlan_default_gpios>;
[all …]
H A Dqcom-apq8064-ifc6410.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-apq8064-v2.0.dtsi"
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/leds/common.h>
5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
9 compatible = "qcom,apq8064-ifc6410", "qcom,apq8064";
22 stdout-path = "serial0:115200n8";
26 compatible = "gpio-leds";
27 pinctrl-names = "default";
28 pinctrl-0 = <&notify_led>;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
11 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
20 - enum:
21 - qcom,pcie-apq8064
22 - qcom,pcie-apq8084
23 - qcom,pcie-ipq4019
24 - qcom,pcie-ipq6018
[all …]
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
8 * Author: Stanimir Varbanov <svarbanov@mm-sol.com>
35 #include "pcie-designware.h"
248 #define to_qcom_pcie(x) dev_get_drvdata((x)->dev)
252 gpiod_set_value_cansleep(pcie->reset, 1); in qcom_ep_reset_assert()
260 gpiod_set_value_cansleep(pcie->reset, 0); in qcom_ep_reset_deassert()
269 if (pcie->cfg->ops->ltssm_enable) in qcom_pcie_start_link()
270 pcie->cfg->ops->ltssm_enable(pcie); in qcom_pcie_start_link()
282 val = readl(pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_clear_hpc()
[all …]