Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
soburi committed Apr 6, 2024
1 parent 66a376f commit 6c93fc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/clock_control/clock_control_renesas_ra.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static int clock_control_ra_get_rate(const struct device *dev, clock_control_sub

switch (clkid & 0xFFFFFF00) {
case RA_CLOCK_SCI(0):
*rate = FREQ_pclka;
*rate = FREQ_pclkb;
break;
default:
return -EINVAL;
Expand Down
2 changes: 0 additions & 2 deletions dts/arm/renesas/ra/ra-cm23-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@

clock-source = <&moco>;
iclk-div = <16>;
pclka-div = <16>;
pclkb-div = <16>;
pclkc-div = <16>;
pclkd-div = <16>;
fclk-div = <16>;
};
Expand Down

0 comments on commit 6c93fc3

Please sign in to comment.