[RESEND PATCH v4 1/2] dt-bindings: at24: Add address-width property

From: alanx . chiang
Date: Tue Jul 24 2018 - 23:21:11 EST


From: Alan Chiang <alanx.chiang@xxxxxxxxx>

Currently the only way to use a variant of a supported model with
a different address with a different address width is to define a
new compatible string and the corresponding chip data structure.

Provide a flexible way to specify the size of the address pointer
by defining a new property: address-width.

Signed-off-by: Alan Chiang <alanx.chiang@xxxxxxxxx>
Signed-off-by: Andy Yeh <andy.yeh@xxxxxxxxx>
Acked-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
---
Documentation/devicetree/bindings/eeprom/at24.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
index 61d833a..aededdb 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.txt
+++ b/Documentation/devicetree/bindings/eeprom/at24.txt
@@ -72,6 +72,8 @@ Optional properties:

- wp-gpios: GPIO to which the write-protect pin of the chip is connected.

+ - address-width: number of address bits (one of 8, 16).
+
Example:

eeprom@52 {
--
2.7.4