summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/eeprom
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-05-12 14:24:47 +0200
committerRob Herring <robh@kernel.org>2020-05-19 12:52:32 -0600
commitcf4bc4686c6f9508a719282dd08aba86aa072848 (patch)
treeb63a2784e4b04ebbcb3c1cf448f88c8c63614ce8 /Documentation/devicetree/bindings/eeprom
parentc8813f7ec01c676a8995c894ce49d40f5de62ed0 (diff)
dt-bindings: eeprom: at24: Fix list of page sizes for writing
"258" is an odd power-of-two ;-) Obviously this is a typo, and the intended value is "256". Fixes: 7f3bf4203774013b ("dt-bindings: at24: convert the binding document to yaml") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/eeprom')
-rw-r--r--Documentation/devicetree/bindings/eeprom/at24.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index d77bc475fd14..4cee72d53318 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -124,7 +124,7 @@ properties:
may result in data loss! If not specified, a safety value of
'1' is used which will be very slow.
$ref: /schemas/types.yaml#/definitions/uint32
- enum: [1, 8, 16, 32, 64, 128, 258]
+ enum: [1, 8, 16, 32, 64, 128, 256]
default: 1
read-only: