aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-04-08 14:39:55 +0200
committerPriyanka Jain <priyanka.jain@nxp.com>2022-04-26 17:18:39 +0530
commit7b074129ad5701500d33d22a8492e1577b1209ac (patch)
tree57155c28aef03146f6afef5a04494b5b344e2c4b
parent15d086ded9f2f7fcbf8e163d95f2740b00414eff (diff)
downloadu-boot-7b074129ad5701500d33d22a8492e1577b1209ac.zip
u-boot-7b074129ad5701500d33d22a8492e1577b1209ac.tar.gz
u-boot-7b074129ad5701500d33d22a8492e1577b1209ac.tar.bz2
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>
-rw-r--r--arch/powerpc/dts/p2020-post.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi
index 248b504..2135710 100644
--- a/arch/powerpc/dts/p2020-post.dtsi
+++ b/arch/powerpc/dts/p2020-post.dtsi
@@ -44,6 +44,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x7000 0x1000>;
+ interrupts = < 0x3b 0x02 0x00 0x00 >;
fsl,espi-num-chipselects = <4>;
};