[PATCH] arm64: zynqmp: Describe interrupt by using macro (OCM)

Michal Simek michal.simek at amd.com
Mon Jan 15 10:29:51 CET 2024



On 1/8/24 11:25, Michal Simek wrote:
> OCM controller interrupt description hasn't been converted by using macros
> that's why fix it now.
> 
> Fixes: 6b049190c9c5 ("arm64: zynqmp: Describe interrupts by using macros")
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
> 
>   arch/arm/dts/zynqmp.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index 21be909b1abe..9cfddb8d25eb 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -737,7 +737,7 @@
>   			compatible = "xlnx,zynqmp-ocmc-1.0";
>   			reg = <0x0 0xff960000 0x0 0x1000>;
>   			interrupt-parent = <&gic>;
> -			interrupts = <0 10 4>;
> +			interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
>   		};
>   
>   		pcie: pcie at fd0e0000 {

Applied.
M


More information about the U-Boot mailing list