projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56bac95
)
ARM: dts: silk: Add r1ex24002 EEPROM to DT
author
Magnus Damm
<damm+renesas@opensource.se>
Mon, 19 Feb 2018 11:49:42 +0000
(20:49 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Fri, 16 Mar 2018 16:24:17 +0000
(17:24 +0100)
Extend the Silk board support to include U14 which is an I2C based EEPROM
hooked up to the I2C1 bus.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7794-silk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7794-silk.dts
b/arch/arm/boot/dts/r8a7794-silk.dts
index f1afe2dda13a36d93b7a8c162b76bf1246d20733..befd0fb880ccebc555de23360f8cefc2354fa102 100644
(file)
--- a/
arch/arm/boot/dts/r8a7794-silk.dts
+++ b/
arch/arm/boot/dts/r8a7794-silk.dts
@@
-226,6
+226,12
@@
};
};
};
+
+ eeprom@50 {
+ compatible = "renesas,r1ex24002", "atmel,24c02";
+ reg = <0x50>;
+ pagesize = <16>;
+ };
};
};