Skip to content

Commit

Permalink
boards: google_dragonclaw: limit frequency of an unused clock
Browse files Browse the repository at this point in the history
I2S is unused on the dragonclow board. Increase the R division factor
(used for I2S), to reduce the clock frequency, which saves some power.

Signed-off-by: Dawid Niedzwiecki <[email protected]>
  • Loading branch information
niedzwiecki-dawid authored and fabiobaltieri committed Jan 10, 2024
1 parent 38aa4d5 commit 10e66dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/google_dragonclaw/google_dragonclaw.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
mul-n = <192>; /* 16MHz * 192/8 = 384MHz VCO clock */
div-p = <4>; /* 96MHz PLL general clock output */
div-q = <8>; /* 48MHz PLL output for USB, SDIO, RNG */
div-r = <7>; /* I2S - lowest possible frequency to save power */
clocks = <&clk_hsi>;
status = "okay";
};
Expand Down

0 comments on commit 10e66dc

Please sign in to comment.