board: imx93_evk: a55: fix flexcan clock definition

The FlexCAN2 clock was wrongly defined as IMX_CCM_CAN1_CLK in dts, fix
it.

Signed-off-by: Chekhov Ma <chekhov.ma@nxp.com>
This commit is contained in:
Chekhov Ma 2025-01-16 16:56:27 +08:00 committed by David Leach
parent 6c45bdcddb
commit f5565cfe4f

View File

@ -345,7 +345,7 @@
interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
<GIC_SPI 52 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
interrupt-names = "common", "error";
clocks = <&ccm IMX_CCM_CAN1_CLK 0x68 14>;
clocks = <&ccm IMX_CCM_CAN2_CLK 0x68 14>;
clk-source = <0>;
status = "disabled";
};