* [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
@ 2022-12-23 3:05 Peng Fan (OSS)
2022-12-23 8:35 ` Marco Felsch
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2022-12-23 3:05 UTC (permalink / raw)
To: abelvesa, abel.vesa, mturquette, sboyd, shawnguo, s.hauer, kernel,
festevam, robh+dt, krzysztof.kozlowski+dt
Cc: linux-imx, linux-clk, linux-arm-kernel, linux-kernel, devicetree,
Peng Fan
From: Peng Fan <peng.fan@nxp.com>
i.MX8MQ CCM is at address 0x30380000, so correct it.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
index e4c4cadec501..0dbc1433fede 100644
--- a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
@@ -108,7 +108,7 @@ examples:
};
- |
- clock-controller@30390000 {
+ clock-controller@30380000 {
compatible = "fsl,imx8mq-ccm";
reg = <0x30380000 0x10000>;
#clock-cells = <1>;
--
2.37.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
2022-12-23 3:05 [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name Peng Fan (OSS)
@ 2022-12-23 8:35 ` Marco Felsch
2022-12-26 18:50 ` Rob Herring
2023-01-12 19:23 ` Stephen Boyd
2 siblings, 0 replies; 4+ messages in thread
From: Marco Felsch @ 2022-12-23 8:35 UTC (permalink / raw)
To: Peng Fan (OSS)
Cc: abelvesa, abel.vesa, mturquette, sboyd, shawnguo, s.hauer, kernel,
festevam, robh+dt, krzysztof.kozlowski+dt, devicetree, Peng Fan,
linux-kernel, linux-imx, linux-clk, linux-arm-kernel
On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> i.MX8MQ CCM is at address 0x30380000, so correct it.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
> ---
> Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
> index e4c4cadec501..0dbc1433fede 100644
> --- a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
> +++ b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
> @@ -108,7 +108,7 @@ examples:
> };
>
> - |
> - clock-controller@30390000 {
> + clock-controller@30380000 {
> compatible = "fsl,imx8mq-ccm";
> reg = <0x30380000 0x10000>;
> #clock-cells = <1>;
> --
> 2.37.1
>
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
2022-12-23 3:05 [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name Peng Fan (OSS)
2022-12-23 8:35 ` Marco Felsch
@ 2022-12-26 18:50 ` Rob Herring
2023-01-12 19:23 ` Stephen Boyd
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-12-26 18:50 UTC (permalink / raw)
To: Peng Fan (OSS)
Cc: abel.vesa, festevam, devicetree, s.hauer, shawnguo,
linux-arm-kernel, linux-imx, kernel, linux-clk, mturquette,
abelvesa, robh+dt, linux-kernel, Peng Fan, krzysztof.kozlowski+dt,
sboyd
On Fri, 23 Dec 2022 11:05:40 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> i.MX8MQ CCM is at address 0x30380000, so correct it.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
2022-12-23 3:05 [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name Peng Fan (OSS)
2022-12-23 8:35 ` Marco Felsch
2022-12-26 18:50 ` Rob Herring
@ 2023-01-12 19:23 ` Stephen Boyd
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2023-01-12 19:23 UTC (permalink / raw)
To: Peng Fan, abel.vesa, abelvesa, festevam, kernel,
krzysztof.kozlowski+dt, mturquette, robh+dt, s.hauer, shawnguo
Cc: linux-imx, linux-clk, linux-arm-kernel, linux-kernel, devicetree,
Peng Fan
Quoting Peng Fan (OSS) (2022-12-22 19:05:40)
> From: Peng Fan <peng.fan@nxp.com>
>
> i.MX8MQ CCM is at address 0x30380000, so correct it.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
Applied to clk-next
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-12 20:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 3:05 [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name Peng Fan (OSS)
2022-12-23 8:35 ` Marco Felsch
2022-12-26 18:50 ` Rob Herring
2023-01-12 19:23 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).