repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
phy
/
phy-mmp3-usb.txt
blob
7183b9102f91713b448c085c7a9d09a7bf6beb0b
1
Marvell MMP3 USB PHY
2
--------------------
3
4
Required properties:
5
- compatible: must be "marvell,mmp3-usb-phy"
6
- #phy-cells: must be 0
7
8
Example:
9
usb-phy: usb-phy@d4207000 {
10
compatible = "marvell,mmp3-usb-phy";
11
reg = <0xd4207000 0x40>;
12
#phy-cells = <0>;
13
};