diff options
author | 2022-12-23 11:05:40 +0800 | |
---|---|---|
committer | 2023-01-12 11:23:40 -0800 | |
commit | 4c1b743237ede55946b900dd181824ef54cafc43 (patch) | |
tree | c171fbc59012d5bcd1d7362a95e302b1a5b041ce | |
parent | Linux 6.2-rc1 (diff) | |
download | wireguard-linux-4c1b743237ede55946b900dd181824ef54cafc43.tar.xz wireguard-linux-4c1b743237ede55946b900dd181824ef54cafc43.zip |
dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
i.MX8MQ CCM is at address 0x30380000, so correct it.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20221223030540.62018-1-peng.fan@oss.nxp.com
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |