aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorZoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>2017-09-19 23:59:55 +0200
committerJohn Crispin <john@phrozen.org>2017-09-28 09:20:36 +0200
commit9d8d3d450120a398248c6892774e57dee7216638 (patch)
tree7a0b25b9d292cb09e8a543fee9861105f3a02c3f /target/linux
parentc1d19b107b964f00eb8e90685dcc26aa0afe5f79 (diff)
downloadupstream-9d8d3d450120a398248c6892774e57dee7216638.tar.gz
upstream-9d8d3d450120a398248c6892774e57dee7216638.tar.bz2
upstream-9d8d3d450120a398248c6892774e57dee7216638.zip
ramips: RT5350F-OLINUXINO: enable i2c
The RT5350F i2c pins is available on the base module and on the EVB as well, so enable it in the dts. Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi b/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
index 784001c0d5..955a13cddd 100644
--- a/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
+++ b/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
@@ -73,3 +73,7 @@
&ohci {
status = "okay";
};
+
+&i2c {
+ status = "okay";
+};