Home
last modified time | relevance | path

Searched +full:ipq5332 +full:- +full:usb +full:- +full:hsphy (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,ipq5332-usb-hsphy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/qcom,ipq5332-usb-hsphy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: M31 USB PHY
10 - Sricharan Ramabadhran <quic_srichara@quicinc.com>
11 - Varadarajan Narayanan <quic_varada@quicinc.com>
14 USB M31 PHY (https://www.m31tech.com) found in Qualcomm
15 IPQ5018, IPQ5332 SoCs.
20 - enum:
[all …]
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-m31.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2014-2023, The Linux Foundation. All rights reserved.
208 const struct m31_phy_regs *regs = qphy->regs; in m31usb_phy_init()
211 ret = regulator_enable(qphy->vreg); in m31usb_phy_init()
213 dev_err(&phy->dev, "failed to enable regulator, %d\n", ret); in m31usb_phy_init()
217 ret = clk_prepare_enable(qphy->clk); in m31usb_phy_init()
219 regulator_disable(qphy->vreg); in m31usb_phy_init()
220 dev_err(&phy->dev, "failed to enable cfg ahb clock, %d\n", ret); in m31usb_phy_init()
225 reset_control_assert(qphy->reset); in m31usb_phy_init()
227 reset_control_deassert(qphy->reset); in m31usb_phy_init()
[all …]