All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node
@ 2022-05-06 20:36 Pali Rohár
  2022-05-24  9:19 ` Pali Rohár
  2022-05-24 11:09 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Pali Rohár @ 2022-05-06 20:36 UTC (permalink / raw)
  To: Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
	Rob Herring, Krzysztof Kozlowski
  Cc: devicetree, linuxppc-dev, linux-kernel

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>
---
 arch/powerpc/boot/dts/fsl/p2020si-post.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
index 6345629524fe..81b9ab2119be 100644
--- a/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
@@ -201,4 +201,9 @@
 		reg = <0xe0000 0x1000>;
 		fsl,has-rstcr;
 	};
+
+	pmc: power@e0070 {
+		compatible = "fsl,mpc8548-pmc";
+		reg = <0xe0070 0x20>;
+	};
 };
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node
  2022-05-06 20:36 [PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node Pali Rohár
@ 2022-05-24  9:19 ` Pali Rohár
  2022-05-24 11:09 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Pali Rohár @ 2022-05-24  9:19 UTC (permalink / raw)
  To: Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
	Rob Herring, Krzysztof Kozlowski
  Cc: devicetree, linuxppc-dev, linux-kernel

On Friday 06 May 2022 22:36:21 Pali Rohár wrote:
> 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

PING?

> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  arch/powerpc/boot/dts/fsl/p2020si-post.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
> index 6345629524fe..81b9ab2119be 100644
> --- a/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
> @@ -201,4 +201,9 @@
>  		reg = <0xe0000 0x1000>;
>  		fsl,has-rstcr;
>  	};
> +
> +	pmc: power@e0070 {
> +		compatible = "fsl,mpc8548-pmc";
> +		reg = <0xe0070 0x20>;
> +	};
>  };
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node
  2022-05-06 20:36 [PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node Pali Rohár
  2022-05-24  9:19 ` Pali Rohár
@ 2022-05-24 11:09 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2022-05-24 11:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Michael Ellerman, Benjamin Herrenschmidt,
	Rob Herring, Paul Mackerras, Pali Rohár
  Cc: devicetree, linuxppc-dev, linux-kernel

On Fri, 6 May 2022 22:36:21 +0200, Pali Rohár wrote:
> 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
> 
> 

Applied to powerpc/next.

[1/1] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node
      https://git.kernel.org/powerpc/c/294299b3d39e8b4ae10c12ef1ed71405ef7b1e43

cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-24 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 20:36 [PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node Pali Rohár
2022-05-24  9:19 ` Pali Rohár
2022-05-24 11:09 ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.