[PATCH] arm64: zynqmp: Match dwc3 interrupts description with values

Michal Simek michal.simek at amd.com
Wed Jan 10 09:17:26 CET 2024



On 1/8/24 15:47, Michal Simek wrote:
> 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 at amd.com>
> ---
> 
>   arch/arm/dts/zynqmp.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index 21be909b1abe..7c7cbfb287fb 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -996,7 +996,7 @@
>   				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>;
> @@ -1028,7 +1028,7 @@
>   				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>;

Please ignore this.
It has been sent already here
https://lore.kernel.org/all/578d758ce2af7e307e38ac8b7fa28ba9efba16d4.1704364111.git.michal.simek@amd.com/

Thanks,
Michal


More information about the U-Boot mailing list