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: 7f3bf42037
("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>
This commit is contained in:
parent
c8813f7ec0
commit
cf4bc4686c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue