lkml.org 
[lkml]   [2022]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 046/389] ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC
    Date
    From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

    commit 9b0dc7abb5cc43a2dbf90690c3c6011dcadc574d upstream.

    An interrupt for USB device are shared with USB host. Set interrupt-names
    property to common "dwc_usb3" instead of "host" and "peripheral".

    Cc: stable@vger.kernel.org
    Fixes: 45be1573ad19 ("ARM: dts: uniphier: Add USB3 controller nodes")
    Reported-by: Ryuta NAKANISHI <nakanishi.ryuta@socionext.com>
    Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/arm/boot/dts/uniphier-pxs2.dtsi | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    --- a/arch/arm/boot/dts/uniphier-pxs2.dtsi
    +++ b/arch/arm/boot/dts/uniphier-pxs2.dtsi
    @@ -585,8 +585,8 @@
    compatible = "socionext,uniphier-dwc3", "snps,dwc3";
    status = "disabled";
    reg = <0x65a00000 0xcd00>;
    - interrupt-names = "host", "peripheral";
    - interrupts = <0 134 4>, <0 135 4>;
    + interrupt-names = "dwc_usb3";
    + interrupts = <0 134 4>;
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
    clock-names = "ref", "bus_early", "suspend";
    @@ -681,8 +681,8 @@
    compatible = "socionext,uniphier-dwc3", "snps,dwc3";
    status = "disabled";
    reg = <0x65c00000 0xcd00>;
    - interrupt-names = "host", "peripheral";
    - interrupts = <0 137 4>, <0 138 4>;
    + interrupt-names = "dwc_usb3";
    + interrupts = <0 137 4>;
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
    clock-names = "ref", "bus_early", "suspend";

    \
     
     \ /
      Last update: 2022-08-23 13:13    [W:3.071 / U:0.180 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site