arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 2 Aug 2022 13:36:47 +0000 (22:36 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 2 Aug 2022 13:51:45 +0000 (15:51 +0200)
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: d7b9beb830d7 ("arm64: 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>
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

index be97da1..ba75ade 100644 (file)
                        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";
                        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";