Skip to content

Commit 21d0405

Browse files
Alan Chiangbrgl
authored andcommitted
dt-bindings: at24: Add address-width property
Currently the only way to use a variant of a supported model 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@intel.com> Signed-off-by: Andy Yeh <andy.yeh@intel.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Rob Herring <robh@kernel.org> [Bartosz: fixed the commit message] Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
1 parent d72e90f commit 21d0405

File tree

1 file changed

+2
-0
lines changed
  • Documentation/devicetree/bindings/eeprom

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/eeprom/at24.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Optional properties:
7272

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

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

7779
eeprom@52 {

0 commit comments

Comments
 (0)