mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
powerpc: dts: p2020: Add missing interrupts property to spi@7000 node
interrupts property for spi@7000 node is needed for compatibility with Linux kernel. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
15d086ded9
commit
7b074129ad
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x7000 0x1000>;
|
||||
interrupts = < 0x3b 0x02 0x00 0x00 >;
|
||||
fsl,espi-num-chipselects = <4>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue