powerpc: dts: p2020: Define PMC node
authorPali Rohár <pali@kernel.org>
Tue, 24 May 2022 11:24:59 +0000 (13:24 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 20 Jun 2022 07:52:45 +0000 (15:52 +0800)
Copy definition of PMC node from upstream Linux kernel P2020 dts files.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/powerpc/dts/p2020-post.dtsi

index d281bed..0d0cd22 100644 (file)
                reg = <0xe0000 0x1000>;
                fsl,has-rstcr;
        };
+
+       pmc: power@e0070 {
+               compatible = "fsl,mpc8548-pmc";
+               reg = <0xe0070 0x20>;
+       };
 };
 
 /* PCIe controller base address 0x8000 */