lkml.org 
[lkml]   [2019]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 3/6] ARM: dts: mmp2: rename the USB PHY node
    Date
    This device is not an OTG phy, it's a regular USB HS phy. Follow the
    generic node name recommendation, and rename it to "usb-phy".

    Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
    ---
    arch/arm/boot/dts/mmp2.dtsi | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
    index e64639ce57a91..21432cb9143f7 100644
    --- a/arch/arm/boot/dts/mmp2.dtsi
    +++ b/arch/arm/boot/dts/mmp2.dtsi
    @@ -117,7 +117,7 @@
    mrvl,intc-nr-irqs = <2>;
    };

    - usb_otg_phy0: usb-otg-phy@d4207000 {
    + usb_phy0: usb-phy@d4207000 {
    compatible = "marvell,mmp2-usb-phy";
    reg = <0xd4207000 0x40>;
    #phy-cells = <0>;
    @@ -130,7 +130,7 @@
    interrupts = <44>;
    clocks = <&soc_clocks MMP2_CLK_USB>;
    clock-names = "USBCLK";
    - phys = <&usb_otg_phy0>;
    + phys = <&usb_phy0>;
    phy-names = "usb";
    status = "disabled";
    };
    --
    2.21.0
    \
     
     \ /
      Last update: 2019-08-02 12:37    [W:2.648 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site