Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725984
| From | Divagar Mohandass <divagar.mohandass@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 1/3] dt-bindings: add eeprom "size" property |
| Date | 2017-09-04 12:30 +0200 |
| Message-ID | <ulWNH-4hX-19@gated-at.bofh.it> (permalink) |
| References | <ulWNH-4hX-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This adds eeprom "size" as optional property for i2c eeproms.
The "size" property allows explicitly specifying the size of the
EEPROM chip in bytes.
Signed-off-by: Divagar Mohandass <divagar.mohandass@intel.com>
Acked-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/eeprom.txt
index 5696eb5..1436569 100644
--- a/Documentation/devicetree/bindings/eeprom/eeprom.txt
+++ b/Documentation/devicetree/bindings/eeprom/eeprom.txt
@@ -32,6 +32,8 @@ Optional properties:
- read-only: this parameterless property disables writes to the eeprom
+ - size: total eeprom size in bytes
+
Example:
eeprom@52 {
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 0/3] enable eeprom "size" property and runtime pm Divagar Mohandass <divagar.mohandass@intel.com> - 2017-09-04 12:30 +0200 [PATCH v6 2/3] eeprom: at24: add support to fetch eeprom device property "size" Divagar Mohandass <divagar.mohandass@intel.com> - 2017-09-04 12:30 +0200 [PATCH v6 3/3] eeprom: at24: enable runtime pm support Divagar Mohandass <divagar.mohandass@intel.com> - 2017-09-04 12:30 +0200 [PATCH v6 1/3] dt-bindings: add eeprom "size" property Divagar Mohandass <divagar.mohandass@intel.com> - 2017-09-04 12:30 +0200 Re: [PATCH v6 0/3] enable eeprom "size" property and runtime pm Sakari Ailus <sakari.ailus@iki.fi> - 2017-09-05 15:50 +0200
csiph-web