Skip to content
Snippets Groups Projects
Commit 9579ebbe authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[D18] fix i2c frequency

parent 160cee4c
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@
};
&i2c1 {
clock-frequency = <400000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
......@@ -378,7 +378,7 @@
};
&i2c3 {
clock-frequency = <400000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c3>;
status = "okay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment