Skip to content

Commit c1ed3b8

Browse files
thenguyenyfkartben
authored andcommitted
boards: renesas: ra: update canfdclk settings
Change the canfdclk setting for these boards to comply with hardware clock restriction: - ek_ra8m1 - ek_ra8d1 - mck_ra8t1 Signed-off-by: The Nguyen <[email protected]>
1 parent d75125b commit c1ed3b8

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

boards/renesas/ek_ra8d1/ek_ra8d1.dts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,15 @@
113113
};
114114
};
115115

116-
117116
&sciclk {
118117
clocks = <&pllp>;
119118
div = <4>;
120119
status = "okay";
121120
};
122121

123122
&canfdclk {
124-
clocks = <&pll>;
125-
div = <5>;
123+
clocks = <&pllp>;
124+
div = <6>;
126125
status = "okay";
127126
};
128127

boards/renesas/ek_ra8m1/ek_ra8m1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
};
159159

160160
&canfdclk {
161-
clocks = <&pll>;
162-
div = <5>;
161+
clocks = <&pllp>;
162+
div = <6>;
163163
status = "okay";
164164
};
165165

boards/renesas/mck_ra8t1/mck_ra8t1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
};
8686

8787
&canfdclk {
88-
clocks = <&pll>;
89-
div = <5>;
88+
clocks = <&pllp>;
89+
div = <6>;
9090
status = "okay";
9191
};
9292

0 commit comments

Comments
 (0)