diff options
author | Roger Quadros <rogerq@ti.com> | 2014-03-07 05:15:03 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-03-07 11:03:47 -0500 |
commit | 4b76e14d95f7b69e71eabc002dcb0dcb9ebb5340 (patch) | |
tree | 8ac1bf8b1672d06f4d0a7d3a3620a154dcdf4a94 /Documentation/devicetree | |
parent | 57554008699a640c7af114c3f67707a9b88d69a6 (diff) |
phy: ti-pipe3: Add SATA compatible to Documentation binding
SATA PHY needs a new compatible ID. Add it to the DT binding documentation.
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/phy/ti-phy.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/ti-phy.txt b/Documentation/devicetree/bindings/phy/ti-phy.txt index 3fbdd2995b9a..788fb0fa3762 100644 --- a/Documentation/devicetree/bindings/phy/ti-phy.txt +++ b/Documentation/devicetree/bindings/phy/ti-phy.txt | |||
@@ -49,7 +49,8 @@ usb2phy@4a0ad080 { | |||
49 | TI PIPE3 PHY | 49 | TI PIPE3 PHY |
50 | 50 | ||
51 | Required properties: | 51 | Required properties: |
52 | - compatible: Should be "ti,phy-usb3". "ti,omap-usb3" is deprecated. | 52 | - compatible: Should be "ti,phy-usb3" or "ti,phy-pipe3-sata". |
53 | "ti,omap-usb3" is deprecated. | ||
53 | - reg : Address and length of the register set for the device. | 54 | - reg : Address and length of the register set for the device. |
54 | - reg-names: The names of the register addresses corresponding to the registers | 55 | - reg-names: The names of the register addresses corresponding to the registers |
55 | filled in "reg". | 56 | filled in "reg". |