Commit e199f2cc authored by Edgar E. Iglesias's avatar Edgar E. Iglesias Committed by Michal Simek

arm64: zynqmp: Correct IRQ nr for the SMMU

Signed-off-by: default avatarEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7fb7820c
...@@ -341,11 +341,11 @@ smmu: smmu@fd800000 { ...@@ -341,11 +341,11 @@ smmu: smmu@fd800000 {
reg = <0x0 0xfd800000 0x0 0x20000>; reg = <0x0 0xfd800000 0x0 0x20000>;
#global-interrupts = <1>; #global-interrupts = <1>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 157 4>, interrupts = <0 155 4>,
<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>, <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>, <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>, <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
<0 157 4>, <0 157 4>, <0 157 4>, <0 157 4>; <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
}; };
spi0: spi@ff040000 { spi0: spi@ff040000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment