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

dts: sunxi: add eeprom to A20 OLinuXino micro board

The Olimex A20 OLinuXino Micro 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
f49243f1 dbca81d2

+6
+6
arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
··· 125 125 pinctrl-names = "default"; 126 126 pinctrl-0 = <&i2c1_pins_a>; 127 127 status = "okay"; 128 + 129 + eeprom: eeprom@50 { 130 + compatible = "atmel,24c16"; 131 + reg = <0x50>; 132 + pagesize = <16>; 133 + }; 128 134 }; 129 135 130 136 &i2c2 {