imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] arm64: dts: imx94: add missing clock related properties to flexcan1
@ 2025-07-02  6:27 Sherry Sun
  2025-07-07  9:02 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Sherry Sun @ 2025-07-02  6:27 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, shawnguo, s.hauer, festevam, Frank.Li,
	ping.bai, haibo.chen
  Cc: devicetree, imx, linux-arm-kernel, linux-kernel, kernel

Add missing clocks and clock-names properties for flexcan1 in
imx94.dtsi to align with other FlexCAN instances.

Fixes: b0d011d4841b ("arm64: dts: freescale: Add basic dtsi for imx943")
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
---
changes in V2:
1. Improve the commit message as Frank suggested.
---
 arch/arm64/boot/dts/freescale/imx94.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx94.dtsi b/arch/arm64/boot/dts/freescale/imx94.dtsi
index b47e5db209f4..44dee2cbd42d 100644
--- a/arch/arm64/boot/dts/freescale/imx94.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx94.dtsi
@@ -1045,6 +1045,13 @@ flexcan1: can@443a0000 {
 				compatible = "fsl,imx94-flexcan", "fsl,imx95-flexcan";
 				reg = <0x443a0000 0x10000>;
 				interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&scmi_clk IMX94_CLK_BUSAON>,
+					 <&scmi_clk IMX94_CLK_CAN1>;
+				clock-names = "ipg", "per";
+				assigned-clocks = <&scmi_clk IMX94_CLK_CAN1>;
+				assigned-clock-parents = <&scmi_clk IMX94_CLK_SYSPLL1_PFD1_DIV2>;
+				assigned-clock-rates = <80000000>;
+				fsl,clk-source = /bits/ 8 <0>;
 				status = "disabled";
 			};
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V2] arm64: dts: imx94: add missing clock related properties to flexcan1
  2025-07-02  6:27 [PATCH V2] arm64: dts: imx94: add missing clock related properties to flexcan1 Sherry Sun
@ 2025-07-07  9:02 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2025-07-07  9:02 UTC (permalink / raw)
  To: Sherry Sun
  Cc: robh, krzk+dt, conor+dt, shawnguo, s.hauer, festevam, Frank.Li,
	ping.bai, haibo.chen, devicetree, imx, linux-arm-kernel,
	linux-kernel, kernel

On Wed, Jul 02, 2025 at 02:27:24PM +0800, Sherry Sun wrote:
> Add missing clocks and clock-names properties for flexcan1 in
> imx94.dtsi to align with other FlexCAN instances.
> 
> Fixes: b0d011d4841b ("arm64: dts: freescale: Add basic dtsi for imx943")
> Signed-off-by: Sherry Sun <sherry.sun@nxp.com>

Applied, thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-07  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02  6:27 [PATCH V2] arm64: dts: imx94: add missing clock related properties to flexcan1 Sherry Sun
2025-07-07  9:02 ` 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).