]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Match dwc3 interrupts description with values
authorMichal Simek <michal.simek@amd.com>
Thu, 4 Jan 2024 10:28:35 +0000 (11:28 +0100)
committerMichal Simek <michal.simek@amd.com>
Wed, 10 Jan 2024 08:17:45 +0000 (09:17 +0100)
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 <michal.simek@amd.com>
Link: https://lore.kernel.org/r/578d758ce2af7e307e38ac8b7fa28ba9efba16d4.1704364111.git.michal.simek@amd.com
arch/arm/dts/zynqmp.dtsi

index 2db34a1e27c4bc3c9950f85a5627095c393f2984..e5dbf65956738fa9337b2f0d8c4f8785154330aa 100644 (file)
                                status = "disabled";
                                reg = <0x0 0xfe200000 0x0 0x40000>;
                                interrupt-parent = <&gic>;
-                               interrupt-names = "dwc_usb3", "otg", "hiber";
+                               interrupt-names = "host", "peripheral", "otg";
                                interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                                reg = <0x0 0xfe300000 0x0 0x40000>;
                                interrupt-parent = <&gic>;
-                               interrupt-names = "dwc_usb3", "otg", "hiber";
+                               interrupt-names = "host", "peripheral", "otg";
                                interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;