diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-05-12 00:07:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-14 14:45:25 +0300 |
commit | a56dfb6a79ee744d2b4ebdc6be56d7201c6bd22c (patch) | |
tree | 847b8bbcff266fd45d09abc30e5973db6c1dc92b /Documentation/devicetree/bindings/misc | |
parent | 14374fbb3f06ddaba186d608a58c07f3d48d08df (diff) | |
download | linux-a56dfb6a79ee744d2b4ebdc6be56d7201c6bd22c.tar.xz |
dt-bindings: eeprom-93xx46: Add support for 93C46, 93C56 and 93C66
These devices differ by the size of their storage, which is why they
have different compatible strings.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Link: https://lore.kernel.org/r/20210511210727.24895-4-linkmauve@linkmauve.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/misc')
-rw-r--r-- | Documentation/devicetree/bindings/misc/eeprom-93xx46.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt b/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt index 7b636b7a8311..72ea0af368d4 100644 --- a/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt +++ b/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt @@ -2,7 +2,10 @@ EEPROMs (SPI) compatible with Microchip Technology 93xx46 family. Required properties: - compatible : shall be one of: + "atmel,at93c46" "atmel,at93c46d" + "atmel,at93c56" + "atmel,at93c66" "eeprom-93xx46" "microchip,93lc46b" - data-size : number of data bits per word (either 8 or 16) |