Commit e38165e1 authored by carbon's avatar carbon

kernel: change i2c1 frequency from 400K to 100K

Some I2C devices can only operate at a frequency of 100KHz
parent 1b10c6a1
...@@ -20,6 +20,11 @@ ...@@ -20,6 +20,11 @@
status = "okay"; status = "okay";
}; };
&i2c1 {
status = "okay";
clock-frequency = <100000>;
};
/ { / {
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment