diff options
author | Alban Bedel <albeu@free.fr> | 2015-11-16 16:22:01 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-04 03:42:24 -0500 |
commit | c054761c6fdcfcbc9c2a3c48aa7b908b53a568a2 (patch) | |
tree | 845d87b20f321c1c9d6db305dd58dbf4ebf8b3ac | |
parent | 168309855a7d1e16db751e9c647119fe2d2dc878 (diff) |
devicetree: Add bindings for the ATH79 USB phy
Signed-off-by: Alban Bedel <albeu@free.fr>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11496/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/phy-ath79-usb.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt b/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt new file mode 100644 index 000000000000..cafe2197dad9 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | * Atheros AR71XX/9XXX USB PHY | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: "qca,ar7100-usb-phy" | ||
5 | - #phys-cells: should be 0 | ||
6 | - reset-names: "usb-phy"[, "usb-suspend-override"] | ||
7 | - resets: references to the reset controllers | ||
8 | |||
9 | Example: | ||
10 | |||
11 | usb-phy { | ||
12 | compatible = "qca,ar7100-usb-phy"; | ||
13 | |||
14 | reset-names = "usb-phy", "usb-suspend-override"; | ||
15 | resets = <&rst 4>, <&rst 3>; | ||
16 | |||
17 | #phy-cells = <0>; | ||
18 | }; | ||