summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy/brcm,kona-usb2-phy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/phy/brcm,kona-usb2-phy.txt')
-rw-r--r--dts/Bindings/phy/brcm,kona-usb2-phy.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/dts/Bindings/phy/brcm,kona-usb2-phy.txt b/dts/Bindings/phy/brcm,kona-usb2-phy.txt
deleted file mode 100644
index 3dc8b3d2ff..0000000000
--- a/dts/Bindings/phy/brcm,kona-usb2-phy.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-BROADCOM KONA USB2 PHY
-
-Required properties:
- - compatible: brcm,kona-usb2-phy
- - reg: offset and length of the PHY registers
- - #phy-cells: must be 0
-Refer to phy/phy-bindings.txt for the generic PHY binding properties
-
-Example:
-
- usbphy: usb-phy@3f130000 {
- compatible = "brcm,kona-usb2-phy";
- reg = <0x3f130000 0x28>;
- #phy-cells = <0>;
- };