Skip to content

Commit fe17b91

Browse files
khayash1arndb
authored andcommitted
arm64: dts: uniphier: Fix USB interrupts for PXs3 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: d7b9beb ("arm64: 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 9b0dc7a commit fe17b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@
599599
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
600600
status = "disabled";
601601
reg = <0x65a00000 0xcd00>;
602-
interrupt-names = "host", "peripheral";
603-
interrupts = <0 134 4>, <0 135 4>;
602+
interrupt-names = "dwc_usb3";
603+
interrupts = <0 134 4>;
604604
pinctrl-names = "default";
605605
pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
606606
clock-names = "ref", "bus_early", "suspend";
@@ -701,8 +701,8 @@
701701
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
702702
status = "disabled";
703703
reg = <0x65c00000 0xcd00>;
704-
interrupt-names = "host", "peripheral";
705-
interrupts = <0 137 4>, <0 138 4>;
704+
interrupt-names = "dwc_usb3";
705+
interrupts = <0 137 4>;
706706
pinctrl-names = "default";
707707
pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
708708
clock-names = "ref", "bus_early", "suspend";

0 commit comments

Comments
 (0)