[PATCH 2/2] powerpc: dts: p2020: Remove duplicate pic at 40000 node
Pali Rohár
pali at kernel.org
Thu Jun 23 14:39:04 CEST 2022
DT node pic at 40000 is defined explicitly in p2020-post.dtsi file and also
transitionally via include file pq3-mpic.dtsi. Remove duplicate definition
from p2020-post.dtsi.
No change in final DTB file.
Signed-off-by: Pali Rohár <pali at kernel.org>
---
arch/powerpc/dts/p2020-post.dtsi | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi
index 3351874b5389..ea215ab075fe 100644
--- a/arch/powerpc/dts/p2020-post.dtsi
+++ b/arch/powerpc/dts/p2020-post.dtsi
@@ -88,18 +88,6 @@
/include/ "pq3-mpic.dtsi"
/include/ "pq3-mpic-timer-B.dtsi"
- mpic: pic at 40000 {
- interrupt-controller;
- #address-cells = <0>;
- #interrupt-cells = <4>;
- reg = <0x40000 0x40000>;
- compatible = "fsl,mpic";
- device_type = "open-pic";
- big-endian;
- single-cpu-affinity;
- last-interrupt-source = <255>;
- };
-
global-utilities at e0000 {
compatible = "fsl,p2020-guts";
reg = <0xe0000 0x1000>;
--
2.20.1
More information about the U-Boot
mailing list