Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dts: sunxi: add eeprom to A10 OLinuXino Lime board

The Olimex A10 OLinuXino Lime features an eeprom that is always on the
board. This patch adds it to the dts.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Olliver Schinagl and committed by
Maxime Ripard
e89ecbf1 b92b1490

+12
+12
arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts
··· 124 124 }; 125 125 }; 126 126 127 + &i2c1 { 128 + pinctrl-names = "default"; 129 + pinctrl-0 = <&i2c1_pins_a>; 130 + status = "okay"; 131 + 132 + eeprom: eeprom@50 { 133 + compatible = "atmel,24c16"; 134 + reg = <0x50>; 135 + pagesize = <16>; 136 + }; 137 + }; 138 + 127 139 &mdio { 128 140 status = "okay"; 129 141