mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC
commitfe17b91a77upstream. 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:d7b9beb830("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
63228d8328
commit
9a3a61bd73
|
|
@ -599,8 +599,8 @@ usb0: usb@65a00000 {
|
||||||
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
|
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x65a00000 0xcd00>;
|
reg = <0x65a00000 0xcd00>;
|
||||||
interrupt-names = "host", "peripheral";
|
interrupt-names = "dwc_usb3";
|
||||||
interrupts = <0 134 4>, <0 135 4>;
|
interrupts = <0 134 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
|
pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
|
||||||
clock-names = "ref", "bus_early", "suspend";
|
clock-names = "ref", "bus_early", "suspend";
|
||||||
|
|
@ -701,8 +701,8 @@ usb1: usb@65c00000 {
|
||||||
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
|
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x65c00000 0xcd00>;
|
reg = <0x65c00000 0xcd00>;
|
||||||
interrupt-names = "host", "peripheral";
|
interrupt-names = "dwc_usb3";
|
||||||
interrupts = <0 137 4>, <0 138 4>;
|
interrupts = <0 137 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
|
pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
|
||||||
clock-names = "ref", "bus_early", "suspend";
|
clock-names = "ref", "bus_early", "suspend";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user