Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Rob Herring
cf4bc468 c8813f7e

+1 -1
+1 -1
Documentation/devicetree/bindings/eeprom/at24.yaml
··· 124 124 may result in data loss! If not specified, a safety value of 125 125 '1' is used which will be very slow. 126 126 $ref: /schemas/types.yaml#/definitions/uint32 127 - enum: [1, 8, 16, 32, 64, 128, 258] 127 + enum: [1, 8, 16, 32, 64, 128, 256] 128 128 default: 1 129 129 130 130 read-only: