diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2016-09-29 08:25:36 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 00:56:09 +0300 |
commit | 3559fe7bd8b35fcda683d442597f68b176268621 (patch) | |
tree | 858df9f4d219ea99cc8b45215fb512a42c84dda3 /arch/arm/boot | |
parent | eb3e4bbebac41946cf3001ebe11bd4c135b61f29 (diff) | |
download | linux-3559fe7bd8b35fcda683d442597f68b176268621.tar.xz |
ARM: dts: omap5 uevm: add EEPROM
Add EEPROM.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 53d31a87b44b..577e33885f4f 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -33,6 +33,13 @@ vdda-supply = <&ldo4_reg>; }; +&i2c1 { + eeprom@50 { + compatible = "atmel,24c02"; + reg = <0x50>; + }; +}; + &i2c5 { pinctrl-names = "default"; pinctrl-0 = <&i2c5_pins>; |