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 the reset line and clock

The OTG capable USB2 PHY has a reset line (which is shared with other
components, such as the USB3 PHY for example) and a clock (which are
both part of different registers). Add the properties
for the reset line and clocks as optional ones since not all PHYs have
them (currently only the OTG capable PHY is known to use these).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-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
d2eced94 becaf17a

+4
+4
Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt
··· 6 6 - #phys-cells: must be 0 (see phy-bindings.txt in this directory) 7 7 8 8 Optional properties: 9 + - clocks: a phandle to the clock of this PHY 10 + - clock-names: must be "phy" 11 + - resets: a phandle to the reset line of this PHY 12 + - reset-names: must be "phy" 9 13 - phy-supply: see phy-bindings.txt in this directory 10 14 11 15