phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar
Northstar is a family of SoCs used in home routers. They have USB 2.0 and 3.0 controllers with PHYs that need to be properly initialized. This driver provides PHY init support in a generic way and can be bound with an EHCI controller driver. There are (just a few) registers being defined in bcma header. It's because DMU/CRU registers will be also needed in other drivers. We will need them e.g. in PCIe controller/PHY driver and at some point probably in clock driver for BCM53573 chipset. By using include/linux/bcma/ we avoid code duplication. Signed-off-by:Rafał Miłecki <zajec5@gmail.com> Signed-off-by:
Kishon Vijay Abraham I <kishon@ti.com>
Showing
- Documentation/devicetree/bindings/phy/bcm-ns-usb2-phy.txt 21 additions, 0 deletionsDocumentation/devicetree/bindings/phy/bcm-ns-usb2-phy.txt
- drivers/phy/Kconfig 9 additions, 0 deletionsdrivers/phy/Kconfig
- drivers/phy/Makefile 1 addition, 0 deletionsdrivers/phy/Makefile
- drivers/phy/phy-bcm-ns-usb2.c 137 additions, 0 deletionsdrivers/phy/phy-bcm-ns-usb2.c
- include/linux/bcma/bcma.h 1 addition, 0 deletionsinclude/linux/bcma/bcma.h
- include/linux/bcma/bcma_driver_arm_c9.h 15 additions, 0 deletionsinclude/linux/bcma/bcma_driver_arm_c9.h
Loading
Please register or sign in to comment