* [PATCH] arm64: dts: imx8qm: Correct SCU clock controller's compatible property
@ 2022-03-04 8:04 Liu Ying
2022-04-09 2:59 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Liu Ying @ 2022-03-04 8:04 UTC (permalink / raw)
To: devicetree, linux-arm-kernel
Cc: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, NXP Linux Team
The fsl,scu.txt dt-binding documentation explicitly mentions
that the compatible string should be either "fsl,imx8qm-clock"
or "fsl,imx8qxp-clock", followed by "fsl,scu-clk". Also, i.MX8qm
SCU clocks and i.MX8qxp SCU clocks are really not the same, so
we have to set the compatible property according to SoC name.
Let's correct the i.MX8qm clock controller's compatible property
from
"fsl,imx8qxp-clk", "fsl,scu-clk"
to
"fsl,imx8qm-clk", "fsl,scu-clk" .
Fixes: f2180be18a63 ("arm64: dts: imx: add imx8qm common dts file")
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
---
arch/arm64/boot/dts/freescale/imx8qm.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
index be8c76a0554c..4f767012f1f5 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
@@ -196,7 +196,7 @@ pd: imx8qx-pd {
};
clk: clock-controller {
- compatible = "fsl,imx8qxp-clk", "fsl,scu-clk";
+ compatible = "fsl,imx8qm-clk", "fsl,scu-clk";
#clock-cells = <2>;
};
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: imx8qm: Correct SCU clock controller's compatible property
2022-03-04 8:04 [PATCH] arm64: dts: imx8qm: Correct SCU clock controller's compatible property Liu Ying
@ 2022-04-09 2:59 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2022-04-09 2:59 UTC (permalink / raw)
To: Liu Ying
Cc: devicetree, linux-arm-kernel, Rob Herring, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team
On Fri, Mar 04, 2022 at 04:04:43PM +0800, Liu Ying wrote:
> The fsl,scu.txt dt-binding documentation explicitly mentions
> that the compatible string should be either "fsl,imx8qm-clock"
> or "fsl,imx8qxp-clock", followed by "fsl,scu-clk". Also, i.MX8qm
> SCU clocks and i.MX8qxp SCU clocks are really not the same, so
> we have to set the compatible property according to SoC name.
> Let's correct the i.MX8qm clock controller's compatible property
> from
> "fsl,imx8qxp-clk", "fsl,scu-clk"
> to
> "fsl,imx8qm-clk", "fsl,scu-clk" .
>
> Fixes: f2180be18a63 ("arm64: dts: imx: add imx8qm common dts file")
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: NXP Linux Team <linux-imx@nxp.com>
> Signed-off-by: Liu Ying <victor.liu@nxp.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-09 2:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04 8:04 [PATCH] arm64: dts: imx8qm: Correct SCU clock controller's compatible property Liu Ying
2022-04-09 2:59 ` Shawn Guo
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).