[PATCH v2 1/3] ARM: dts: omap5 uevm: add EEPROM
From: H. Nikolaus Schaller <hidden>
Date: 2016-09-28 18:09:18
Also in:
linux-omap, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: H. Nikolaus Schaller <hidden>
Date: 2016-09-28 18:09:18
Also in:
linux-omap, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: H. Nikolaus Schaller <redacted> --- arch/arm/boot/dts/omap5-uevm.dts | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index 36ff7c3..be659e8 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts@@ -23,6 +23,13 @@ vdda-supply = <&ldo4_reg>; }; +&i2c1 { + eeprom@50 { + compatible = "atmel,24c02"; + reg = <0x50>; + }; +}; + &i2c5 { pinctrl-names = "default"; pinctrl-0 = <&i2c5_pins>;
--
2.7.3
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html