diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-04-20 17:32:17 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-04-25 08:38:45 -0500 |
commit | 109a553d7553997efd69be60818c1a79a6cb172c (patch) | |
tree | 35cc1f7fc3efa18f2b11793cb0d2455bb8fe3076 /Documentation/devicetree/bindings/phy | |
parent | 332bea1a26b90ccbe34a6fd3ce2baddabad9fdb3 (diff) | |
download | blackbird-obmc-linux-109a553d7553997efd69be60818c1a79a6cb172c.tar.gz blackbird-obmc-linux-109a553d7553997efd69be60818c1a79a6cb172c.zip |
phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt index 00944a05ee6b..744b4809542e 100644 --- a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt +++ b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt @@ -17,7 +17,7 @@ Example: usb2_phy: usb2phy@0 { compatible = "st,stih416-usb-phy"; - #phy-cell = <0>; + #phy-cells = <0>; st,syscfg = <&syscfg_rear>; clocks = <&clk_sysin>; clock-names = "osc_phy"; |