diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-03-02 17:56:37 +0100 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-03-21 14:42:56 +0100 |
commit | 84e10623c0b9c81557918804f309d66aec86a233 (patch) | |
tree | 5758b603f53489171d0d7638895ba8b66fc097bc /Documentation | |
parent | 3644784caa017cc3cf4188fb0bfbf3421e8aa7ad (diff) | |
download | linux-84e10623c0b9c81557918804f309d66aec86a233.tar.gz linux-84e10623c0b9c81557918804f309d66aec86a233.tar.bz2 linux-84e10623c0b9c81557918804f309d66aec86a233.zip |
dt-bindings: at24: add Renesas R1EX24128
Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
serial interface EEPROM, so it can be used in DTS files without causing
checkpatch warnings.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/at24.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt index a201a1183118..61d833abafbf 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -49,6 +49,7 @@ Required properties: "nxp,se97b" - the fallback is "atmel,24c02", "renesas,r1ex24002" - the fallback is "atmel,24c02" + "renesas,r1ex24128" - the fallback is "atmel,24c128" "rohm,br24t01" - the fallback is "atmel,24c01" - reg: The I2C address of the EEPROM. |