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 Lime board

The Olimex A20 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
d2057c59 ce350094

+12
+12
arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts
··· 117 117 }; 118 118 }; 119 119 120 + &i2c1 { 121 + pinctrl-names = "default"; 122 + pinctrl-0 = <&i2c1_pins_a>; 123 + status = "okay"; 124 + 125 + eeprom: eeprom@50 { 126 + compatible = "atmel,24c16"; 127 + reg = <0x50>; 128 + pagesize = <16>; 129 + }; 130 + }; 131 + 120 132 &mmc0 { 121 133 pinctrl-names = "default"; 122 134 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;