Searched +full:ns2 +full:- +full:drd +full:- +full:phy (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/brcm,ns2-drd-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Broadcom Northstar2 USB2 Dual Role Device PHY10 - Florian Fainelli <florian.fainelli@broadcom.com>11 - Hauke Mehrtens <hauke@hauke-m.de>12 - Rafał Miłecki <zajec5@gmail.com>16 const: brcm,ns2-drd-phy20 - description: DRD ICFG configurations[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 #include <linux/extcon-provider.h>17 #include <linux/phy/phy.h>68 struct phy *phy; member83 return readl_poll_timeout_atomic(driver->icfgdrd_regs + usb_reg, in pll_lock_stat()88 static int ns2_drd_phy_init(struct phy *phy) in ns2_drd_phy_init() argument90 struct ns2_phy_data *data = phy_get_drvdata(phy); in ns2_drd_phy_init()91 struct ns2_phy_driver *driver = data->driver; in ns2_drd_phy_init()94 val = readl(driver->icfgdrd_regs + ICFG_FSM_CTRL); in ns2_drd_phy_init()96 if (data->new_state == EVT_HOST) { in ns2_drd_phy_init()[all …]
35 #include <dt-bindings/interrupt-controller/arm-gic.h>36 #include <dt-bindings/clock/bcm-ns2.h>39 compatible = "brcm,ns2";40 interrupt-parent = <&gic>;41 #address-cells = <2>;42 #size-cells = <2>;45 #address-cells = <2>;46 #size-cells = <0>;50 compatible = "arm,cortex-a57";52 enable-method = "psci";[all …]