projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4bce84
)
powerpc/85xx/p2020: Add fsl,mpc8548-pmc node
author
Pali Rohár
<pali@kernel.org>
Fri, 6 May 2022 20:36:21 +0000
(22:36 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sun, 22 May 2022 05:58:28 +0000
(15:58 +1000)
P2020 also contains Power Management Controller and their registers at
offset 0xe0070 compatible with mpc8548. So add PMC node into DTS include
file fsl/p2020si-post.dtsi
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220506203621.26314-1-pali@kernel.org
arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
b/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
index 884e01bcb2432e4af7f0ad57f80d182d505a76b0..7a590c92fe56a34468afd3cfe30b3a8d0362796f 100644
(file)
--- a/
arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
+++ b/
arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
@@
-198,4
+198,9
@@
reg = <0xe0000 0x1000>;
fsl,has-rstcr;
};
+
+ pmc: power@e0070 {
+ compatible = "fsl,mpc8548-pmc";
+ reg = <0xe0070 0x20>;
+ };
};