Commit e6673464 authored by Sherry Sun's avatar Sherry Sun Committed by Shawn Guo
Browse files

arm64: dts: imx94: add missing clock related properties to flexcan1



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

Fixes: b0d011d4 ("arm64: dts: freescale: Add basic dtsi for imx943")
Signed-off-by: default avatarSherry Sun <sherry.sun@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fc077c4c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";
			};