]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Describe interrupt by using macro (OCM)
authorMichal Simek <michal.simek@amd.com>
Mon, 8 Jan 2024 10:25:57 +0000 (11:25 +0100)
committerMichal Simek <michal.simek@amd.com>
Wed, 10 Jan 2024 08:17:41 +0000 (09:17 +0100)
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@amd.com>
Link: https://lore.kernel.org/r/6a51f47d239002679db03a787057fdc58610515d.1704709554.git.michal.simek@amd.com
arch/arm/dts/zynqmp.dtsi

index 21be909b1abe20e742cdb90d795f76396ddbba23..9cfddb8d25eb32aa91407361221d6ba993d03d63 100644 (file)
                        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@fd0e0000 {