From: Geert Uytterhoeven Date: Wed, 20 Apr 2016 15:32:17 +0000 (+0200) Subject: phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/ X-Git-Tag: v5.15~13577^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=109a553d7553997efd69be60818c1a79a6cb172c;p=platform%2Fkernel%2Flinux-starfive.git phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt index 00944a0..744b480 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";