]> asedeno.scripts.mit.edu Git - linux.git/commit
dt-bindings: phy: Document cadence Sierra PHY bindings
authorAlan Douglas <adouglas@cadence.com>
Mon, 12 Nov 2018 16:42:01 +0000 (16:42 +0000)
committerRob Herring <robh@kernel.org>
Fri, 16 Nov 2018 22:28:04 +0000 (16:28 -0600)
commitf0001f587731603d2eccf5577ea74f12aa9a477c
tree181ae07e4886f947cf15a32f6754a44c2c28557c
parentf8274f14a9b1261bd18096c693cdd6cf7d31a06d
dt-bindings: phy: Document cadence Sierra PHY bindings

Add DT binding documentation for Sierra PHY.  The PHY supports
a number of different protocols, including PCIe and USB.

The PHY lanes may be configured as single or multi-lane links.
Each link is treated as a separate sub-node.  For example, if
there are 4 lanes in total the first 2 might be configured as
a multi-lane PCIe link while the other two are single lane
USB links, and in this case there would be 3 sub-nodes.

There are two resets for the PHY block (one for APB register
access, one for the PHY link) and separate resets for each
link.  For multi-lane links, the reset corresponds to the
reset line on the master lane, the resets on other lanes
have no effect.

Signed-off-by: Alan Douglas <adouglas@cadence.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt [new file with mode: 0644]