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

From: Peng Fan (OSS)
Date: Thu Dec 22 2022 - 22:04:25 EST


From: Peng Fan <peng.fan@xxxxxxx>

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

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
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