Skip to content

Commit

Permalink
dt-bindings: eeprom-93xx46: Add support for 93C46, 93C56 and 93C66
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emmanuel Gil Peyrot authored and Greg Kroah-Hartman committed May 14, 2021
1 parent 14374fb commit a56dfb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/misc/eeprom-93xx46.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a56dfb6

Please sign in to comment.