提交 dd630428 编写于 作者: K Kunihiko Hayashi 提交者: Zheng Zengkai

arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC

stable inclusion
from stable-v5.10.137
commit 9a3a61bd730c9115ae31d33161aeeec273696ece
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I60PLB

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9a3a61bd730c9115ae31d33161aeeec273696ece

--------------------------------

commit fe17b91a 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: d7b9beb8 ("arm64: dts: uniphier: Add USB3 controller nodes")
Reported-by: NRyuta NAKANISHI <nakanishi.ryuta@socionext.com>
Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Reviewed-by: NWei Li <liwei391@huawei.com>
上级 9b637b0b
...@@ -599,8 +599,8 @@ ...@@ -599,8 +599,8 @@
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 @@ ...@@ -701,8 +701,8 @@
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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册