]> asedeno.scripts.mit.edu Git - linux.git/commit
phy: add lpc18xx usb otg phy driver
authorJoachim Eastwood <manabian@gmail.com>
Thu, 9 Jul 2015 20:48:25 +0000 (22:48 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 25 Jul 2015 10:15:46 +0000 (15:45 +0530)
commitcbf919bd32d9424be8b77dac06fd90cd0a297562
tree793dd1e08b0317999edc4e41d6c668d1c1206292
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
phy: add lpc18xx usb otg phy driver

Add PHY driver for the internal USB OTG PHY found on NXP
LPC18xx and LPC43xx devices. This driver takes care of
enabling the PHY in CREG (syscon) and setting the required
clock frequency.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-lpc18xx-usb-otg.c [new file with mode: 0644]