mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM64: zynqmp: Correct IRQ nr for the SMMU
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
b8bf553992
commit
88a85aac9f
1 changed files with 5 additions and 5 deletions
|
@ -454,11 +454,11 @@
|
||||||
reg = <0x0 0xfd800000 0x20000>;
|
reg = <0x0 0xfd800000 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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue