From: Michal Simek Date: Thu, 4 Jan 2024 10:28:35 +0000 (+0100) Subject: arm64: zynqmp: Match dwc3 interrupts description with values X-Git-Tag: v2025.01-rc5-pxa1908~706^2~10 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=cedc03dd6275c7bc8544f7afc39d1d40123437a7;p=u-boot.git arm64: zynqmp: Match dwc3 interrupts description with values Correct IRQ values don't match IRQ line description. There is one more IRQ (hiber) but it is not described in DT binding spec that's why value is not described. Just for completeness dwc3_0 has hiber IRQ at 75 and dwc3_1 at 76. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/578d758ce2af7e307e38ac8b7fa28ba9efba16d4.1704364111.git.michal.simek@amd.com --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 2db34a1e27..e5dbf65956 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -1002,7 +1002,7 @@ status = "disabled"; reg = <0x0 0xfe200000 0x0 0x40000>; interrupt-parent = <&gic>; - interrupt-names = "dwc_usb3", "otg", "hiber"; + interrupt-names = "host", "peripheral", "otg"; interrupts = , , ; @@ -1034,7 +1034,7 @@ status = "disabled"; reg = <0x0 0xfe300000 0x0 0x40000>; interrupt-parent = <&gic>; - interrupt-names = "dwc_usb3", "otg", "hiber"; + interrupt-names = "host", "peripheral", "otg"; interrupts = , , ;