2022-12-23 04:25:09

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name

From: Peng Fan <[email protected]>

i.MX8MQ CCM is at address 0x30380000, so correct it.

Signed-off-by: Peng Fan <[email protected]>
---
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


2022-12-23 09:28:07

by Marco Felsch

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name

On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> i.MX8MQ CCM is at address 0x30380000, so correct it.
>
> Signed-off-by: Peng Fan <[email protected]>

Reviewed-by: Marco Felsch <[email protected]>

> ---
> 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
>
>
>

2022-12-26 23:02:21

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name


On Fri, 23 Dec 2022 11:05:40 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> i.MX8MQ CCM is at address 0x30380000, so correct it.
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
> Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>

2023-01-12 19:47:41

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name

Quoting Peng Fan (OSS) (2022-12-22 19:05:40)
> From: Peng Fan <[email protected]>
>
> i.MX8MQ CCM is at address 0x30380000, so correct it.
>
> Signed-off-by: Peng Fan <[email protected]>
> ---

Applied to clk-next