Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: phy: meson-gxl-usb2-phy: Add documentation for the Meson GXL USB2 PHY

This adds the DT binding documentation for the USB2 PHY(s) found in the
Meson GXL and GXM SoCs.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Martin Blumenstingl and committed by
Kishon Vijay Abraham I
8cda2a0d 0b56e9a7

+17
+17
Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt
··· 1 + * Amlogic Meson GXL and GXM USB2 PHY binding 2 + 3 + Required properties: 4 + - compatible: Should be "amlogic,meson-gxl-usb2-phy" 5 + - reg: The base address and length of the registers 6 + - #phys-cells: must be 0 (see phy-bindings.txt in this directory) 7 + 8 + Optional properties: 9 + - phy-supply: see phy-bindings.txt in this directory 10 + 11 + 12 + Example: 13 + usb2_phy0: phy@78000 { 14 + compatible = "amlogic,meson-gxl-usb2-phy"; 15 + #phy-cells = <0>; 16 + reg = <0x0 0x78000 0x0 0x20>; 17 + };