Skip to content
Snippets Groups Projects
Commit 6d0ea954 authored by David Mondou's avatar David Mondou
Browse files

Merge branch 'fix/i2c4' into 'master'

Enabled i2c4 for security ic

See merge request vesta/meta-vesta!98
parents 405155c9 30a8e31d
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,13 @@
};
};
&i2c4 {
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c4>;
status = "okay";
};
&adc1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_adc1>;
......
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