diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2018-03-02 13:14:16 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-03-21 16:42:56 +0300 |
commit | 3644784caa017cc3cf4188fb0bfbf3421e8aa7ad (patch) | |
tree | 567282bce0097f509c719191bf789277e8ff3c22 /Documentation/devicetree/bindings/eeprom | |
parent | c0a2676c911c73cf7c753083fdd8f775063d324b (diff) | |
download | linux-3644784caa017cc3cf4188fb0bfbf3421e8aa7ad.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/eeprom')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.txt | 2 |
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: "nxp", "ramtron", "renesas", + "rohm", "st", Some vendors use different model names for chips which are just @@ -48,6 +49,7 @@ Required properties: "nxp,se97b" - the fallback is "atmel,24c02", "renesas,r1ex24002" - the fallback is "atmel,24c02" + "rohm,br24t01" - the fallback is "atmel,24c01" - reg: The I2C address of the EEPROM. |