powerpc: dts: p2020: Remove duplicate pic@40000 node
authorPali Rohár <pali@kernel.org>
Thu, 23 Jun 2022 12:39:04 +0000 (14:39 +0200)
committerPeng Fan <peng.fan@nxp.com>
Sun, 3 Jul 2022 07:13:51 +0000 (15:13 +0800)
DT node pic@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@kernel.org>
arch/powerpc/dts/p2020-post.dtsi

index 3351874..ea215ab 100644 (file)
 /include/ "pq3-mpic.dtsi"
 /include/ "pq3-mpic-timer-B.dtsi"
 
-       mpic: pic@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@e0000 {
                compatible = "fsl,p2020-guts";
                reg = <0xe0000 0x1000>;