Skip to content

Commit

Permalink
board: imx93_evk: a55: fix flexcan clock definition
Browse files Browse the repository at this point in the history
The FlexCAN2 clock was wrongly defined as IMX_CCM_CAN1_CLK in dts, fix
it.

Signed-off-by: Chekhov Ma <[email protected]>
  • Loading branch information
CkovMk authored and dleach02 committed Jan 17, 2025
1 parent 6c45bdc commit f5565cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm64/nxp/nxp_mimx93_a55.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit f5565cf

Please sign in to comment.