[PATCH 6/9] powerpc: dts: p2020: Add missing interrupts property to spi at 7000 node
Pali Rohár
pali at kernel.org
Fri Apr 8 14:39:55 CEST 2022
interrupts property for spi at 7000 node is needed for compatibility with
Linux kernel.
Signed-off-by: Pali Rohár <pali at kernel.org>
---
arch/powerpc/dts/p2020-post.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi
index 248b504b8fc4..2135710ccc3a 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>;
};
--
2.20.1
More information about the U-Boot
mailing list