summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy/meson-gxl-usb2-phy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/phy/meson-gxl-usb2-phy.txt')
-rw-r--r--dts/Bindings/phy/meson-gxl-usb2-phy.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/dts/Bindings/phy/meson-gxl-usb2-phy.txt b/dts/Bindings/phy/meson-gxl-usb2-phy.txt
deleted file mode 100644
index b84a02ebff..0000000000
--- a/dts/Bindings/phy/meson-gxl-usb2-phy.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-* Amlogic Meson GXL and GXM USB2 PHY binding
-
-Required properties:
-- compatible: Should be "amlogic,meson-gxl-usb2-phy"
-- reg: The base address and length of the registers
-- #phys-cells: must be 0 (see phy-bindings.txt in this directory)
-
-Optional properties:
-- clocks: a phandle to the clock of this PHY
-- clock-names: must be "phy"
-- resets: a phandle to the reset line of this PHY
-- reset-names: must be "phy"
-- phy-supply: see phy-bindings.txt in this directory
-
-
-Example:
- usb2_phy0: phy@78000 {
- compatible = "amlogic,meson-gxl-usb2-phy";
- #phy-cells = <0>;
- reg = <0x0 0x78000 0x0 0x20>;
- };