summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy/phy-ath79-usb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/phy/phy-ath79-usb.txt')
-rw-r--r--dts/Bindings/phy/phy-ath79-usb.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/Bindings/phy/phy-ath79-usb.txt b/dts/Bindings/phy/phy-ath79-usb.txt
index cafe2197da..c3a29c5fee 100644
--- a/dts/Bindings/phy/phy-ath79-usb.txt
+++ b/dts/Bindings/phy/phy-ath79-usb.txt
@@ -3,7 +3,7 @@
Required properties:
- compatible: "qca,ar7100-usb-phy"
- #phys-cells: should be 0
-- reset-names: "usb-phy"[, "usb-suspend-override"]
+- reset-names: "phy"[, "suspend-override"]
- resets: references to the reset controllers
Example:
@@ -11,7 +11,7 @@ Example:
usb-phy {
compatible = "qca,ar7100-usb-phy";
- reset-names = "usb-phy", "usb-suspend-override";
+ reset-names = "phy", "suspend-override";
resets = <&rst 4>, <&rst 3>;
#phy-cells = <0>;