Home
last modified time | relevance | path

Searched +full:mmp2 +full:- +full:usb +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dmarvell,mmp2-usb-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/marvell,mmp2-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell MMP2/PXA USB PHY
10 - Lubomir Rintel <lkundrak@v3.sk>
15 - marvell,mmp2-usb-phy
16 - marvell,pxa910-usb-phy
17 - marvell,pxa168-usb-phy
22 "#phy-cells":
[all …]
/linux/arch/arm/boot/dts/marvell/
H A Dmmp3.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
6 #include <dt-bindings/clock/marvell,mmp2.h>
7 #include <dt-bindings/power/marvell,mmp2.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
15 #address-cells = <1>;
16 #size-cells = <0>;
17 enable-method = "marvell,mmp3-smp";
22 next-level-cache = <&l2>;
[all …]
H A Dmmp2.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <dt-bindings/clock/marvell,mmp2.h>
8 #include <dt-bindings/power/marvell,mmp2.h>
9 #include <dt-bindings/clock/marvell,mmp2-audio.h>
12 #address-cells = <1>;
13 #size-cells = <1>;
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "simple-bus";
28 interrupt-parent = <&intc>;
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dmarvell,pxau2o-ehci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/usb/marvell,pxau2o-ehci.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Lubomir Rintel <lkundrak@v3.sk>
14 - $ref: usb-hcd.yaml#
18 const: marvell,pxau2o-ehci
29 clock-names:
35 phy-names:
36 const: usb
[all …]
/linux/drivers/phy/marvell/
H A Dphy-pxa-usb.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <dt-bindings/phy/phy.h>
13 #include <linux/phy/phy.h>
16 /* phy regs */
116 struct phy *phy; member
159 static int pxa_usb_phy_init(struct phy *phy) in pxa_usb_phy_init() argument
161 struct pxa_usb_phy *pxa_usb_phy = phy_get_drvdata(phy); in pxa_usb_phy_init()
162 void __iomem *base = pxa_usb_phy->base; in pxa_usb_phy_init()
165 dev_info(&phy->dev, "initializing Marvell PXA USB PHY"); in pxa_usb_phy_init()
167 /* Initialize the USB PHY power */ in pxa_usb_phy_init()
[all …]