Searched +full:torrent +full:- +full:phy (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/phy-cadence-torrent.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Cadence Torrent SD0801 PHY10 This binding describes the Cadence SD0801 PHY (also known as Torrent PHY)11 hardware included with the Cadence MHDP DisplayPort controller. Torrent12 PHY also supports multilink multiprotocol combinations including protocols16 - Swapnil Jakhade <[email protected]>17 - Yuti Amonkar <[email protected]>[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/4 ---5 $id: http://devicetree.org/schemas/phy/ti,phy-j721e-wiz.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Kishon Vijay Abraham I <[email protected]>16 - ti,j721e-wiz-16g17 - ti,j721e-wiz-10g18 - ti,j721s2-wiz-10g19 - ti,am64-wiz-10g[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Cadence PHYs7 tristate "Cadence Torrent PHY driver"13 Support for Cadence Torrent PHY.16 tristate "Cadence D-PHY Support"21 Choose this option if you have a Cadence D-PHY in your23 cdns-dphy.26 tristate "Cadence D-PHY Rx Support"31 Support for Cadence D-PHY in Rx configuration.34 tristate "Cadence Sierra PHY Driver"[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o3 obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o4 obj-$(CONFIG_PHY_CADENCE_DPHY_RX) += cdns-dphy-rx.o5 obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o6 obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
1 // SPDX-License-Identifier: GPL-2.0-only3 * Cadence Torrent SD0801 PHY driver.9 #include <dt-bindings/phy/phy.h>10 #include <dt-bindings/phy/phy-cadence.h>12 #include <linux/clk-provider.h>20 #include <linux/phy/phy.h>62 * register offsets from DPTX PHY register block base (i.e MHDP77 * register offsets from SD0801 PHY register block base (i.e MHDP221 /* PHY PCS common registers */228 /* PHY PCS lane registers */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for TI platforms6 tristate "TI DA8xx USB PHY Driver"11 Enable this to support the USB PHY on DA8xx SoCs.13 This driver controls both the USB 1.1 PHY and the USB 2.0 PHY.16 tristate "TI dm816x USB PHY driver"33 This option enables support for TI AM654 SerDes PHY used for48 signals to the SERDES (Sierra/Torrent). This driver configures53 tristate "OMAP CONTROL PHY Driver"56 Enable this to add support for the PHY part present in the control[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/phy/phy.h>10 #include <dt-bindings/phy/phy-ti.h>12 #include "k3-serdes.h"15 serdes_refclk: clock-serdes {16 #clock-cells = <0>;17 compatible = "fixed-clock";29 compatible = "mmio-sram";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/phy/phy-ti.h>9 #include <dt-bindings/mux/mux.h>11 #include "k3-serdes.h"14 cmn_refclk: clock-cmnrefclk {15 #clock-cells = <0>;16 compatible = "fixed-clock";17 clock-frequency = <0>;[all …]