[source] ramips: RT5350F-OLINUXINO: enable i2c

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 28 00:22:10 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/9d8d3d450120a398248c6892774e57dee7216638

commit 9d8d3d450120a398248c6892774e57dee7216638
Author: Zoltan Gyarmati <mr.zoltan.gyarmati at gmail.com>
AuthorDate: Tue Sep 19 23:59:55 2017 +0200

    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 at gmail.com>
---
 target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi b/target/linux/ramips/dts/RT5350F-OLINUXINO.dtsi
index 784001c..955a13c 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";
+};



More information about the lede-commits mailing list