Searched +full:phy +full:- +full:tx +full:- +full:vref +full:- +full:tune +full:- +full:percent (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale i.MX8MQ USB3 PHY10 - Li Jun <jun.li@nxp.com>15 - enum:16 - fsl,imx8mq-usb-phy17 - fsl,imx8mp-usb-phy18 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.0+10 #include <linux/phy/phy.h>109 struct phy *phy; member133 struct tca_blk *tca = imx_phy->tca; in tca_blk_typec_switch_set()136 if (tca->orientation == orientation) in tca_blk_typec_switch_set()139 ret = clk_prepare_enable(imx_phy->clk); in tca_blk_typec_switch_set()144 clk_disable_unprepare(imx_phy->clk); in tca_blk_typec_switch_set()152 struct device *dev = &pdev->dev; in tca_blk_get_typec_switch()157 sw_desc.fwnode = dev->fwnode; in tca_blk_get_typec_switch()193 mutex_lock(&tca->mutex); in tca_blk_orientation_set()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;8 #include <dt-bindings/pwm/pwm.h>9 #include <dt-bindings/usb/pd.h>15 #define BRD_SM_CTRL_SD3_WAKE 0x8000 /* PCAL6408A-0 */16 #define BRD_SM_CTRL_PCIE1_WAKE 0x8001 /* PCAL6408A-4 */17 #define BRD_SM_CTRL_BT_WAKE 0x8002 /* PCAL6408A-5 */18 #define BRD_SM_CTRL_PCIE2_WAKE 0x8003 /* PCAL6408A-6 */19 #define BRD_SM_CTRL_BUTTON 0x8004 /* PCAL6408A-7 */23 compatible = "fsl,imx95-19x19-evk", "fsl,imx95";[all …]