summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-05-24 13:24:59 +0200
committerPeng Fan <peng.fan@nxp.com>2022-06-20 15:52:45 +0800
commit3acf0be4e6f78feec53df9ab897bf0b26c6fe7c3 (patch)
treeb61fbc30f963bb4c9fdb2109ce8aa427d4fde0e4
parent8f3f8ba945f7e6b4225b2a5f171a64f7679bc8ba (diff)
powerpc: dts: p2020: Define PMC node
Copy definition of PMC node from upstream Linux kernel P2020 dts files. Signed-off-by: Pali Rohár <pali@kernel.org>
-rw-r--r--arch/powerpc/dts/p2020-post.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi
index d281bed5afd..0d0cd2273cd 100644
--- a/arch/powerpc/dts/p2020-post.dtsi
+++ b/arch/powerpc/dts/p2020-post.dtsi
@@ -104,6 +104,11 @@
reg = <0xe0000 0x1000>;
fsl,has-rstcr;
};
+
+ pmc: power@e0070 {
+ compatible = "fsl,mpc8548-pmc";
+ reg = <0xe0070 0x20>;
+ };
};
/* PCIe controller base address 0x8000 */