]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: uniphier: add pagesize property to EEPROM of Support Card
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Mar 2017 19:47:54 +0000 (04:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Mar 2017 20:01:52 +0000 (05:01 +0900)
Microchip's spec says the page size of 24LC128 is 64 byte.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-ref-daughter.dtsi

index f7df0881c5e00e32651e965118b73c7ed44d4c84..c62ae1a81f471816b80d9d4104319f0f0fc40170 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Device Tree Source for UniPhier Reference Daughter Board
  *
- * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2015-2017 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * This file is dual-licensed: you can use it either under the terms
  * of the GPL or the X11 license, at your option. Note that this dual
@@ -46,5 +47,6 @@
        eeprom@50 {
                compatible = "microchip,24lc128";
                reg = <0x50>;
+               pagesize = <64>;
        };
 };