Searched +full:stm32mp1 +full:- +full:usbphyc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#11 The STM32 USBPHYC block contains a dual port High Speed UTMI+ PHY and a UTMI16 USBPHYC22 |_ PHY port#2 ----| |________________27 - Amelie Delaunay <amelie.delaunay@foss.st.com>31 const: st,stm32mp1-usbphyc42 "#address-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/clk-provider.h>138 struct stm32_usbphyc *usbphyc; member169 static int stm32_usbphyc_regulators_enable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_regulators_enable() argument173 ret = regulator_enable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable()177 ret = regulator_enable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_enable()184 regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable()189 static int stm32_usbphyc_regulators_disable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_regulators_disable() argument193 ret = regulator_disable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_disable()197 ret = regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_disable()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) 2022-2023 Steffen Trumtrar <kernel@pengutronix.de>4 * Copyright (C) Phytec GmbH 2019-2020 - All Rights Reserved8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/leds/common.h>13 #include <dt-bindings/leds/leds-pca9532.h>14 #include <dt-bindings/mfd/st,stpmic1.h>[all …]