Skip to content

Commit 9b0dc7a

Browse files
khayash1arndb
authored andcommitted
ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC
An interrupt for USB device are shared with USB host. Set interrupt-names property to common "dwc_usb3" instead of "host" and "peripheral". Cc: [email protected] Fixes: 45be157 ("ARM: dts: uniphier: Add USB3 controller nodes") Reported-by: Ryuta NAKANISHI <[email protected]> Signed-off-by: Kunihiko Hayashi <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 3d7cb6b commit 9b0dc7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/uniphier-pxs2.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@
597597
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
598598
status = "disabled";
599599
reg = <0x65a00000 0xcd00>;
600-
interrupt-names = "host", "peripheral";
601-
interrupts = <0 134 4>, <0 135 4>;
600+
interrupt-names = "dwc_usb3";
601+
interrupts = <0 134 4>;
602602
pinctrl-names = "default";
603603
pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
604604
clock-names = "ref", "bus_early", "suspend";
@@ -693,8 +693,8 @@
693693
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
694694
status = "disabled";
695695
reg = <0x65c00000 0xcd00>;
696-
interrupt-names = "host", "peripheral";
697-
interrupts = <0 137 4>, <0 138 4>;
696+
interrupt-names = "dwc_usb3";
697+
interrupts = <0 137 4>;
698698
pinctrl-names = "default";
699699
pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
700700
clock-names = "ref", "bus_early", "suspend";

0 commit comments

Comments
 (0)