git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c65670
)
arm64: zynqmp: Describe interrupt by using macro (OCM)
author
Michal Simek
<michal.simek@amd.com>
Mon, 8 Jan 2024 10:25:57 +0000
(11:25 +0100)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp.dtsi
b/arch/arm/dts/zynqmp.dtsi
index
21be909
..
9cfddb8
100644
(file)
--- 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@fd0e0000 {