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:
parent
6c45bdcddb
commit
f5565cfe4f
@ -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";
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user