diff options
author | Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> | 2017-09-19 23:59:55 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-09-28 09:20:36 +0200 |
commit | 9d8d3d450120a398248c6892774e57dee7216638 (patch) | |
tree | 7a0b25b9d292cb09e8a543fee9861105f3a02c3f /target/linux/ramips/dts | |
parent | c1d19b107b964f00eb8e90685dcc26aa0afe5f79 (diff) | |
download | upstream-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/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi | 4 |
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"; +}; |