diff options
author | Roger Quadros <rogerq@ti.com> | 2014-03-07 12:15:03 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-03-07 10:03:47 -0600 |
commit | 4b76e14d95f7b69e71eabc002dcb0dcb9ebb5340 (patch) | |
tree | 8ac1bf8b1672d06f4d0a7d3a3620a154dcdf4a94 /Documentation/devicetree/bindings/phy | |
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/bindings/phy')
-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 3fbdd2995b9..788fb0fa376 100644 --- a/Documentation/devicetree/bindings/phy/ti-phy.txt +++ b/Documentation/devicetree/bindings/phy/ti-phy.txt @@ -49,7 +49,8 @@ usb2phy@4a0ad080 { TI PIPE3 PHY Required properties: - - compatible: Should be "ti,phy-usb3". "ti,omap-usb3" is deprecated. + - compatible: Should be "ti,phy-usb3" or "ti,phy-pipe3-sata". + "ti,omap-usb3" is deprecated. - reg : Address and length of the register set for the device. - reg-names: The names of the register addresses corresponding to the registers filled in "reg". |