Replies: 1 comment
-
The parameter seems to be correct: https://www.kernel.org/doc/html/latest/i2c/instantiating-devices.html But the value is in Hz, hence for 400.000.000 Hz you'd need |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm trying to figure out how to update the baud rate for an i2c connection. Trying to move from default of 150000000 to 400000000 for accelerometer for Klipper (3d printing)
Rock64; DietPi;
MPU-6050 on a GY-521 board.
68 is the MPU-6050 defined address so the Rock64 is at least seeing the accelerometer
For whatever reason, "clock-frequency = <100000>;" isn't included in the device tree overlay and this is the parameter that defines clock speed. (i think?)
I've been trying to decompile and repcompile dtb and am not having success.
Keep getting this even though I have decompiled dtbo into dts, edited to include clock frequency and recompiled.
Beta Was this translation helpful? Give feedback.
All reactions