summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-03-14 04:47:54 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-03-14 05:01:52 +0900
commit0ef48433586960817a293d21447b2ff48e566517 (patch)
tree3447729e2105134a50df31b0934ff7cb896f5415 /arch/arm/boot/dts/uniphier-ref-daughter.dtsi
parent66b2f567767d2ce6cda8cfc73161595aed31f3c4 (diff)
ARM: dts: uniphier: add pagesize property to EEPROM of Support Card
Microchip's spec says the page size of 24LC128 is 64 byte. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ref-daughter.dtsi')
-rw-r--r--arch/arm/boot/dts/uniphier-ref-daughter.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
index f7df0881c5e0..c62ae1a81f47 100644
--- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
+++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
@@ -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>;
};
};