Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/phy/
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 <[email protected]>
11 - Varadarajan Narayanan <[email protected]>
14 USB M31 PHY (https://www.m31tech.com) found in Qualcomm
15 IPQ5018, IPQ5332 SoCs.
20 - enum:
[all …]
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dipq5332.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * IPQ5332 device tree source
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 #include <dt-bindings/clock/qcom,apss-ipq.h>
9 #include <dt-bindings/clock/qcom,ipq5332-gcc.h>
10 #include <dt-bindings/interconnect/qcom,ipq5332.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 interrupt-parent = <&intc>;
15 #address-cells = <2>;
16 #size-cells = <2>;
[all …]
/linux-6.14.4/drivers/phy/qualcomm/
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 …]