Searched +full:vdda +full:- +full:vp +full:- +full:supply (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/qcom,pcie2-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Vinod Koul <vkoul@kernel.org>19 - const: qcom,qcs404-pcie2-phy20 - const: qcom,pcie2-phy24 - description: PHY register set28 - description: a clock-specifier pair for the "pipe" clock30 clock-output-names:[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>19 stdout-path = "serial0";22 vph_pwr: vph-pwr-regulator {23 compatible = "regulator-fixed";24 regulator-name = "vph_pwr";25 regulator-always-on;26 regulator-boot-on;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.7 #include <linux/clk-provider.h>16 #include <dt-bindings/phy/phy.h>55 ret = reset_control_deassert(qphy->phy_reset); in qcom_pcie2_phy_init()57 dev_err(qphy->dev, "cannot deassert pipe reset\n"); in qcom_pcie2_phy_init()61 ret = regulator_bulk_enable(ARRAY_SIZE(qphy->vregs), qphy->vregs); in qcom_pcie2_phy_init()63 reset_control_assert(qphy->phy_reset); in qcom_pcie2_phy_init()75 val = readl(qphy->base + PCIE20_PARF_PHY_REFCLK_CTRL2); in qcom_pcie2_phy_power_on()77 writel(val, qphy->base + PCIE20_PARF_PHY_REFCLK_CTRL2); in qcom_pcie2_phy_power_on()[all …]