aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>2018-03-02 05:14:16 -0500
committerBartosz Golaszewski <brgl@bgdev.pl>2018-03-21 09:42:56 -0400
commit3644784caa017cc3cf4188fb0bfbf3421e8aa7ad (patch)
tree567282bce0097f509c719191bf789277e8ff3c22
parentc0a2676c911c73cf7c753083fdd8f775063d324b (diff)
dt-bindings: at24: add bindings for Rohm BR24T01
Both manufacturer and name variant. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
-rw-r--r--Documentation/devicetree/bindings/eeprom/at24.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
index edf9247613f6..a201a1183118 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.txt
+++ b/Documentation/devicetree/bindings/eeprom/at24.txt
@@ -41,6 +41,7 @@ Required properties:
41 "nxp", 41 "nxp",
42 "ramtron", 42 "ramtron",
43 "renesas", 43 "renesas",
44 "rohm",
44 "st", 45 "st",
45 46
46 Some vendors use different model names for chips which are just 47 Some vendors use different model names for chips which are just
@@ -48,6 +49,7 @@ Required properties:
48 49
49 "nxp,se97b" - the fallback is "atmel,24c02", 50 "nxp,se97b" - the fallback is "atmel,24c02",
50 "renesas,r1ex24002" - the fallback is "atmel,24c02" 51 "renesas,r1ex24002" - the fallback is "atmel,24c02"
52 "rohm,br24t01" - the fallback is "atmel,24c01"
51 53
52 - reg: The I2C address of the EEPROM. 54 - reg: The I2C address of the EEPROM.
53 55