Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Emmanuel Gil Peyrot and committed by
Greg Kroah-Hartman
a56dfb6a 14374fbb

+3
+3
Documentation/devicetree/bindings/misc/eeprom-93xx46.txt
··· 2 2 3 3 Required properties: 4 4 - compatible : shall be one of: 5 + "atmel,at93c46" 5 6 "atmel,at93c46d" 7 + "atmel,at93c56" 8 + "atmel,at93c66" 6 9 "eeprom-93xx46" 7 10 "microchip,93lc46b" 8 11 - data-size : number of data bits per word (either 8 or 16)