projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce35009
)
dts: sunxi: add eeprom to A20 OLinuXino Lime board
author
Olliver Schinagl
<
[email protected]
>
Thu, 10 Sep 2015 08:31:19 +0000
(10:31 +0200)
committer
Maxime Ripard
<
[email protected]
>
Sun, 27 Sep 2015 08:21:24 +0000
(10:21 +0200)
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 <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts
b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts
index 04237085dc394423add52ff8d23486a183c5d55d..35ad7006c53ce7ea88d514977ce891aa2be5a92c 100644
(file)
--- a/
arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts
+++ b/
arch/arm/boot/dts/sun7i-a20-olinuxino-lime.dts
@@
-117,6
+117,18
@@
};
};
+&i2c1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c1_pins_a>;
+ status = "okay";
+
+ eeprom: eeprom@50 {
+ compatible = "atmel,24c16";
+ reg = <0x50>;
+ pagesize = <16>;
+ };
+};
+
&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;