From: Geert Uytterhoeven Date: Tue, 12 May 2020 12:24:47 +0000 (+0200) Subject: dt-bindings: eeprom: at24: Fix list of page sizes for writing X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf4bc4686c6f9508a719282dd08aba86aa072848;p=linux.git 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 Reviewed-by: Bartosz Golaszewski Reviewed-by: Wolfram Sang Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index d77bc475fd148..4cee72d533187 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: