aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-20dt-bindings: eeprom-93xx46: Convert to json schemaAswath Govindraju1-29/+0
Convert eeprom-93xx46 binding documentation from txt to yaml format Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Link: https://lore.kernel.org/r/20210818105626.31800-1-a-govindraju@ti.com Signed-off-by: Rob Herring <robh@kernel.org>
2021-05-14dt-bindings: eeprom-93xx46: Add support for 93C46, 93C56 and 93C66Emmanuel Gil Peyrot1-0/+3
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>
2021-01-20Documentation: devicetree: Add new compatible string for eeprom microchip 93LC46BAswath Govindraju1-0/+1
Add a new compatible string for eeprom microchip 93LC46B in eeprom-93xx46 dt-binding file as it belongs to the 93xx46 family of devices. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Link: https://lore.kernel.org/r/20210105105817.17644-2-a-govindraju@ti.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-09Documentation: devicetree: Add DT bindings to eeprom_93xx46 driver.Cory Tusar1-0/+25
This commit documents bindings to be added to the eeprom_93xx46 driver which will allow: - Device word size and read-only attributes to be specified. - A device-specific compatible string for use with Atmel AT93C46D EEPROMs. - Specifying a GPIO line to function as a 'select' or 'enable' signal prior to accessing the EEPROM. Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Acked-by: Rob Herring <robh@kernel.org> Tested-by: Chris Healy <chris.healy@zii.aero> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>