diff mbox series

dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name

Message ID 20221223030540.62018-1-peng.fan@oss.nxp.com (mailing list archive)
State Accepted, archived
Headers show
Series dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name | expand

Commit Message

Peng Fan (OSS) Dec. 23, 2022, 3:05 a.m. UTC
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(-)

Comments

Marco Felsch Dec. 23, 2022, 8:35 a.m. UTC | #1
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
> 
> 
>
Rob Herring (Arm) Dec. 26, 2022, 6:50 p.m. UTC | #2
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>
Stephen Boyd Jan. 12, 2023, 7:23 p.m. UTC | #3
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
diff mbox series

Patch

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