From: Zoltan Gyarmati Date: Tue, 19 Sep 2017 21:59:55 +0000 (+0200) Subject: ramips: RT5350F-OLINUXINO: enable i2c X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis.git;a=commitdiff_plain;h=9d8d3d450120a398248c6892774e57dee7216638 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 --- 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"; +};