Skip to content

Commit

Permalink
dts: arm: nxp: fix flexcan clock source
Browse files Browse the repository at this point in the history
Previously used clock source did comply with the
`__flexcan_clock_source enum`.

Signed-off-by: Dipak Shetty <dipak.shetty@zeiss.com>
  • Loading branch information
dipakgmx committed Jul 6, 2023
1 parent c15ff10 commit 879cd3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dts/arm/nxp/nxp_rt10xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@
interrupts = <36 0>;
interrupt-names = "common";
clocks = <&ccm IMX_CCM_CAN_CLK 0x68 14>;
clk-source = <2>;
clk-source = <0>;
sjw = <1>;
sample-point = <875>;
status = "disabled";
Expand All @@ -860,7 +860,7 @@
interrupts = <37 0>;
interrupt-names = "common";
clocks = <&ccm IMX_CCM_CAN_CLK 0x68 18>;
clk-source = <2>;
clk-source = <0>;
sjw = <1>;
sample-point = <875>;
status = "disabled";
Expand All @@ -872,7 +872,7 @@
interrupts = <154 0>;
interrupt-names = "common";
clocks = <&ccm IMX_CCM_CAN_CLK 0x84 6>;
clk-source = <2>;
clk-source = <0>;
sjw = <1>;
sjw-data = <1>;
sample-point = <875>;
Expand Down

0 comments on commit 879cd3a

Please sign in to comment.