Skip to content

Commit 3f2270c

Browse files
committed
fwk/sunflower: Increase KB controller I2C to 1MHz
From 400Mhz. See definitions in docs/zephyr/zephyr_i2c.md Hopefully with this we can make KB scan faster. BUG=Sometimes keypresses seem to be lost BRANCH=fwk-sunflower-26784 TEST= Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 3f533ac commit 3f2270c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • zephyr/program/framework/sunflower

zephyr/program/framework/sunflower/i2c.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
&i2c5_0 {
156156
status = "okay";
157157
label = "I2C_PORT5";
158-
clock-frequency = <I2C_BITRATE_FAST>;
158+
clock-frequency = <I2C_BITRATE_FAST_PLUS>;
159159
pinctrl-0 = <&i2c5_0_sda_scl_gp33_36>;
160160
pinctrl-names = "default";
161161

0 commit comments

Comments
 (0)